]> git.notmuchmail.org Git - notmuch/commit
python: add a .gitignore file and refine the toplevel one
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Mon, 26 Sep 2011 01:05:29 +0000 (03:05 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 29 Sep 2011 07:04:50 +0000 (09:04 +0200)
commitdc8a1745e1890853ae26e3d7425c1156556a6136
tree1d0690f4d483d0dbc3d9a0a36aa6b6ebfe47f67b
parent0241a68e9eb67904ac1805ccc82910c555711ac6
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>
.gitignore
bindings/python/.gitignore [new file with mode: 0644]