summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4ef8b16..839b8b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,11 @@
build/
demo/demo.db
+
+### tilde, pyc and hash files
+
+*.pyc
+*~
+\#*\#
+
+
+