summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
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$