aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/.gitignore
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2011-09-26 03:05:29 +0200
committerGravatar Sebastian Spaeth <Sebastian@SSpaeth.de>2011-09-29 09:04:50 +0200
commitdc8a1745e1890853ae26e3d7425c1156556a6136 (patch)
tree1d0690f4d483d0dbc3d9a0a36aa6b6ebfe47f67b /bindings/python/.gitignore
parent0241a68e9eb67904ac1805ccc82910c555711ac6 (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 'bindings/python/.gitignore')
-rw-r--r--bindings/python/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore
new file mode 100644
index 00000000..82e49188
--- /dev/null
+++ b/bindings/python/.gitignore
@@ -0,0 +1,2 @@
+*.py[co]
+/build