aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 15dbcfd..5216de0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,27 @@
+old/
+*.sqlite
+*.html
*.json
*.json.gz
+
+*.o
+*.a
+*.pyc
+#*#
+*~
+*.swp
+.*
+*.tmp
+*.old
+*.profile
+*.bkp
+*.bak
+[Tt]humbs.db
+*.DS_Store
+build/
+_build/
+src/build/
+*.log
+
+# Don't ignore this file itself
+!.gitignore