[PATCH 1/9] 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)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:28 +0000 (09:39 -0800)
61/ce8120ee3827c8a1f317c6f3d0b234e4fbabfe [new file with mode: 0644]

diff --git a/61/ce8120ee3827c8a1f317c6f3d0b234e4fbabfe b/61/ce8120ee3827c8a1f317c6f3d0b234e4fbabfe
new file mode 100644 (file)
index 0000000..d8f960d
--- /dev/null
@@ -0,0 +1,98 @@
+Return-Path: <teythoon@jade-hamburg.de>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0884E431FD0\r
+       for <notmuch@notmuchmail.org>; Sun, 25 Sep 2011 18:06:10 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id o6FDcTaoIBUf for <notmuch@notmuchmail.org>;\r
+       Sun, 25 Sep 2011 18:06:09 -0700 (PDT)\r
+Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 6F861431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 25 Sep 2011 18:06:09 -0700 (PDT)\r
+Received: from mail.jade-hamburg.de (unknown [85.183.11.228])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by mail.cryptobitch.de (Postfix) with ESMTPSA id 81527505B24\r
+       for <notmuch@notmuchmail.org>; Mon, 26 Sep 2011 03:06:06 +0200 (CEST)\r
+Received: by mail.jade-hamburg.de (Postfix, from userid 401)\r
+       id E57CDDF2A1; Mon, 26 Sep 2011 03:06:05 +0200 (CEST)\r
+Received: from thinkbox.jade-hamburg.de (unknown [10.1.1.109])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested) (Authenticated sender: teythoon)\r
+       by mail.jade-hamburg.de (Postfix) with ESMTPSA id 275C2DF28B;\r
+       Mon, 26 Sep 2011 03:06:00 +0200 (CEST)\r
+Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.76)\r
+       (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
+       id 1R7zdv-0007O4-SQ; Mon, 26 Sep 2011 03:05:59 +0200\r
+From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/9] python: add a .gitignore file and refine the toplevel one\r
+Date: Mon, 26 Sep 2011 03:05:29 +0200\r
+Message-Id:\r
+ <1316999137-28257-1-git-send-email-4winter@informatik.uni-hamburg.de>\r
+X-Mailer: git-send-email 1.7.6.3\r
+X-Mailman-Approved-At: Mon, 26 Sep 2011 09:17:56 -0700\r
+Cc: Justus Winter <4winter@informatik.uni-hamburg.de>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 26 Sep 2011 01:06:10 -0000\r
+\r
+The line 'notmuch' in the toplevel .gitignore file is to broad\r
+and matches bindings/python/notmuch making it cumbersome to\r
+git-add files within that directory.\r
+\r
+Refine the toplevel file to only match the generated notmuch\r
+executable and add a more specialized .gitignore file to the\r
+python directory.\r
+\r
+Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>\r
+---\r
+ .gitignore                 |    2 +-\r
+ bindings/python/.gitignore |    2 ++\r
+ 2 files changed, 3 insertions(+), 1 deletions(-)\r
+ create mode 100644 bindings/python/.gitignore\r
+\r
+diff --git a/.gitignore b/.gitignore\r
+index 02ab004..9468e30 100644\r
+--- a/.gitignore\r
++++ b/.gitignore\r
+@@ -4,7 +4,7 @@ TAGS\r
+ tags\r
+ *cscope*\r
+ .deps\r
+-notmuch\r
++/notmuch\r
+ notmuch.sym\r
+ notmuch-shared\r
+ notmuch.1.gz\r
+diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore\r
+new file mode 100644\r
+index 0000000..82e4918\r
+--- /dev/null\r
++++ b/bindings/python/.gitignore\r
+@@ -0,0 +1,2 @@\r
++*.py[co]\r
++/build\r
+-- \r
+1.7.6.3\r
+\r