diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2011-09-26 03:05:29 +0200 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2011-09-29 09:04:50 +0200 |
commit | dc8a1745e1890853ae26e3d7425c1156556a6136 (patch) | |
tree | 1d0690f4d483d0dbc3d9a0a36aa6b6ebfe47f67b /.gitignore | |
parent | 0241a68e9eb67904ac1805ccc82910c555711ac6 (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ TAGS tags *cscope* .deps -notmuch +/notmuch notmuch.sym notmuch-shared notmuch.1.gz |