summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8ce2a38b..03f73c6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,4 +29,12 @@ cookie.json
*.pyc
-dist/ \ No newline at end of file
+dist/
+*.egg-info/
+*.egg
+*.egg-info
+build
+test.py
+
+# Emacs crap
+*~ \ No newline at end of file