about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--.hgignore3
2 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..f3c186eb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# Build directory
+/build/*
+# Emacs files
+*~
+# Compiled python files
+*\.pyc
\ No newline at end of file
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index d43f92c2..00000000
--- a/.hgignore
+++ /dev/null
@@ -1,3 +0,0 @@
-^build/
-~$
-\.pyc$
\ No newline at end of file