summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTom Cocagne (vubuntu) <devnull@localhost>2010-08-30 23:37:47 -0400
committerTom Cocagne (vubuntu) <devnull@localhost>2010-08-30 23:37:47 -0400
commit39fe54427deddfb11dea6209496b5bcdcaaadd05 (patch)
tree04b44b2f39c60b4585e8a41f59482a02c374bec2 /.hgignore
initial commit
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..ece540b
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,19 @@
+syntax: re
+# This line is a comment, and will be skipped.
+# Empty lines are skipped too.
+
+# Backup files left behind by the Emacs editor.
+/*~
+
+\.pyc$
+
+# Lock files used by the Emacs editor.
+# Notice that the "#" character is quoted with a backslash.
+# This prevents it from being interpreted as starting a comment.
+.*\#.*
+
+\.so$
+\.o$
+
+.*old_.*
+\.orig$