diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-11-14 12:59:31 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-11-25 15:57:57 +0100 |
commit | c8ba91a046038e4208711ecbf7aca8dcd2ddc2d3 (patch) | |
tree | 6a990e346207a9816f49c08d07e1d4a975f62ff1 /.gitignore | |
parent | 03ac069bb109fb26b70d09c942ef50e2f3d560e6 (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-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,6 @@ *~ -build -testrun.db -workingdir +*.pyc +\#* +/build +/testrun.db +/workingdir |