summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-11-14 12:59:31 +0100
committerEdward Hervey <bilboed@bilboed.com>2008-11-25 15:57:57 +0100
commitc8ba91a046038e4208711ecbf7aca8dcd2ddc2d3 (patch)
tree6a990e346207a9816f49c08d07e1d4a975f62ff1 /.gitignore
parent03ac069bb109fb26b70d09c942ef50e2f3d560e6 (diff)
Clean up git 'ignores'
We only need to specify the files/globs to ignore in the toplevel .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 5755980..4fbfce3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
*~
-build
-testrun.db
-workingdir
+*.pyc
+\#*
+/build
+/testrun.db
+/workingdir