[PATCH 1/9] python: add a .gitignore file and refine the toplevel one

Justus Winter 4winter at informatik.uni-hamburg.de
Sun Sep 25 18:05:29 PDT 2011


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 at informatik.uni-hamburg.de>
---
 .gitignore                 |    2 +-
 bindings/python/.gitignore |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)
 create mode 100644 bindings/python/.gitignore

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



More information about the notmuch mailing list