[notmuch] [PATCH] Have git ignore etags file
authorKeith Packard <keithp@keithp.com>
Wed, 18 Nov 2009 19:58:06 +0000 (11:58 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:36 +0000 (09:35 -0800)
63/789871d912fcd9c0b2de515235cb178f33de0f [new file with mode: 0644]

diff --git a/63/789871d912fcd9c0b2de515235cb178f33de0f b/63/789871d912fcd9c0b2de515235cb178f33de0f
new file mode 100644 (file)
index 0000000..33fc95b
--- /dev/null
@@ -0,0 +1,64 @@
+Return-Path: <keithp@keithp.com>\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 8F299431FBF\r
+       for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 11:58:15 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\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 OrfvwKO5MBzg for <notmuch@notmuchmail.org>;\r
+       Wed, 18 Nov 2009 11:58:15 -0800 (PST)\r
+Received: from keithp.com (home.keithp.com [63.227.221.253])\r
+       by olra.theworths.org (Postfix) with ESMTP id AC26C431FBC\r
+       for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 11:58:14 -0800 (PST)\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by keithp.com (Postfix) with ESMTP id E3CECB9404C\r
+       for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 11:58:12 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at keithp.com\r
+Received: from keithp.com ([127.0.0.1])\r
+       by localhost (keithp.com [127.0.0.1]) (amavisd-new, port 10024)\r
+       with LMTP id YGBypFG9hQVa; Wed, 18 Nov 2009 11:58:07 -0800 (PST)\r
+Received: by keithp.com (Postfix, from userid 1033)\r
+       id 5EA5AB9402F; Wed, 18 Nov 2009 11:58:07 -0800 (PST)\r
+Received: from koto.keithp.com (localhost [127.0.0.1])\r
+       by keithp.com (Postfix) with ESMTP id 581C1B88003;\r
+       Wed, 18 Nov 2009 11:58:07 -0800 (PST)\r
+Received: by koto.keithp.com (Postfix, from userid 1488)\r
+       id 00E8E1581A5; Wed, 18 Nov 2009 11:58:07 -0800 (PST)\r
+From: Keith Packard <keithp@keithp.com>\r
+To: notmuch@notmuchmail.org\r
+Date: Wed, 18 Nov 2009 11:58:06 -0800\r
+Message-Id: <1258574286-20087-1-git-send-email-keithp@keithp.com>\r
+X-Mailer: git-send-email 1.6.5.2\r
+Subject: [notmuch] [PATCH] Have git ignore etags file\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\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: Wed, 18 Nov 2009 19:58:15 -0000\r
+\r
+---\r
+ .gitignore |    1 +\r
+ 1 files changed, 1 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/.gitignore b/.gitignore\r
+index d277c5a..367caa6 100644\r
+--- a/.gitignore\r
++++ b/.gitignore\r
+@@ -1,3 +1,4 @@\r
++TAGS\r
+ .deps\r
+ notmuch\r
+ notmuch.1.gz\r
+-- \r
+1.6.5.2\r
+\r