diff options
author | James Cook <james@lindenlab.com> | 2009-11-02 08:48:33 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-02 08:48:33 -0800 |
commit | 94dfb5c933739fc69f8a6c083899d1cd313bc514 (patch) | |
tree | bce8d8bd690248e7aa569e1c313486db523a6aa1 /.hgignore | |
parent | b4b516b96689a2f8001bfebd641af7bb871ab11d (diff) |
Ignore WinMerge .bak temp files.
Not reviewed.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ syntax: glob +# WinMerge temp files +*.bak +# Compiled python bytecode *.pyc +# Emacs temp files *~ .*.swp LICENSES |