]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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]

index 02ab00441d67ba9ed47a4e16f628778dea56c766..9468e30e3e94ce1555d1b81135f6a6731af40f1c 100644 (file)
@@ -4,7 +4,7 @@ TAGS
 tags
 *cscope*
 .deps
 tags
 *cscope*
 .deps
-notmuch
+/notmuch
 notmuch.sym
 notmuch-shared
 notmuch.1.gz
 notmuch.sym
 notmuch-shared
 notmuch.1.gz
diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore
new file mode 100644 (file)
index 0000000..82e4918
--- /dev/null
@@ -0,0 +1,2 @@
+*.py[co]
+/build