From dc8a1745e1890853ae26e3d7425c1156556a6136 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 26 Sep 2011 03:05:29 +0200 Subject: 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> --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 02ab0044..9468e30e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ TAGS tags *cscope* .deps -notmuch +/notmuch notmuch.sym notmuch-shared notmuch.1.gz -- cgit v1.2.3