diff options
author | Peter Ward <peteraward@gmail.com> | 2012-07-19 20:12:17 +1000 |
---|---|---|
committer | Peter Ward <peteraward@gmail.com> | 2012-07-19 20:12:17 +1000 |
commit | 62057f875602bd3dd7eb6e0fbc2aeefcc0fb5d72 (patch) | |
tree | e2fb9e83719331ad7af017e2c77e8fc9333ced8e /.hgignore | |
parent | 3288b71967a6baf2ae77faeb244bc2332484e8d4 (diff) |
Update .hgignore file.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,2 +1,3 @@ -glob:*.pyc -glob:*.orig +syntax: glob +*~ +*.py[co] |