python: add a .gitignore file and refine the toplevel one

The line 'notmuch' in the toplevel .gitignore file is to broad
and matches bindings/python/notmuch making it cumbersome to
git-add files within that directory.

Refine the toplevel file to only match the generated notmuch
executable and add a more specialized .gitignore file to the
python directory.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
Justus Winter 2011-09-26 03:05:29 +02:00 committed by Sebastian Spaeth
parent 0241a68e9e
commit dc8a1745e1
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -4,7 +4,7 @@ TAGS
tags
*cscope*
.deps
notmuch
/notmuch
notmuch.sym
notmuch-shared
notmuch.1.gz

2
bindings/python/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.py[co]
/build