unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/9] python: add a .gitignore file and refine the toplevel one
@ 2011-09-26  1:05 Justus Winter
  2011-09-26  1:05 ` [PATCH 2/9] python: add status and message attributes to NotmuchError Justus Winter
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Justus Winter @ 2011-09-26  1:05 UTC (permalink / raw)
  To: notmuch; +Cc: Justus Winter

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 +-
 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

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-09-30 12:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26  1:05 [PATCH 1/9] python: add a .gitignore file and refine the toplevel one Justus Winter
2011-09-26  1:05 ` [PATCH 2/9] python: add status and message attributes to NotmuchError Justus Winter
2011-09-26  1:05 ` [PATCH 3/9] python: reorder the arguments of NotmuchError.__init__() Justus Winter
2011-09-26  1:05 ` [PATCH 4/9] python: fix NotmuchError.__str__ if status == None Justus Winter
2011-09-26  1:05 ` [PATCH 5/9] python: rename _verify_initialized_db to _assert_db_is_initialized Justus Winter
2011-09-26  1:05 ` [PATCH 6/9] python: rename _verify_dir_initialized to _assert_dir_is_initialized Justus Winter
2011-09-26  1:05 ` [PATCH 7/9] python: provide more exception classes Justus Winter
2011-09-30 12:00   ` Sebastian Spaeth
2011-09-30 12:23     ` Justus Winter
2011-09-26  1:05 ` [PATCH 8/9] python: use the new exception classes and update the documentation Justus Winter
2011-09-26  1:05 ` [PATCH 9/9] python: raise a more specific error in Messages.print_messages Justus Winter
2011-09-29  7:45 ` [PATCH 1/9] python: add a .gitignore file and refine the toplevel one Sebastian Spaeth
2011-09-30  0:41   ` Justus Winter
2011-09-30  9:14     ` Sebastian Spaeth
2011-09-29  7:47 ` Sebastian Spaeth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).