aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 65807d0..81f151f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
_/
-bin/
-obj/
+/bin/
+/obj/
__pycache__/
\#*\#
.*
@@ -9,6 +9,7 @@ __pycache__/
*.py[co]
*.sw[op]
*.bak
+*.new
*.pdf
*.ps
*.dvi