mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
0241a68e9e
commit
dc8a1745e1
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,7 +4,7 @@ TAGS
|
|||
tags
|
||||
*cscope*
|
||||
.deps
|
||||
notmuch
|
||||
/notmuch
|
||||
notmuch.sym
|
||||
notmuch-shared
|
||||
notmuch.1.gz
|
||||
|
|
2
bindings/python/.gitignore
vendored
Normal file
2
bindings/python/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.py[co]
|
||||
/build
|
Loading…
Reference in a new issue