summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-02 08:48:33 -0800
committerJames Cook <james@lindenlab.com>2009-11-02 08:48:33 -0800
commit94dfb5c933739fc69f8a6c083899d1cd313bc514 (patch)
treebce8d8bd690248e7aa569e1c313486db523a6aa1 /.hgignore
parentb4b516b96689a2f8001bfebd641af7bb871ab11d (diff)
Ignore WinMerge .bak temp files.
Not reviewed.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 8e02212e79..454be00dbf 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,10 @@
syntax: glob
+# WinMerge temp files
+*.bak
+# Compiled python bytecode
*.pyc
+# Emacs temp files
*~
.*.swp
LICENSES