--- /dev/null
+Return-Path: <nex@nexoid.at>\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 BA1BF431FB6\r
+ for <notmuch@notmuchmail.org>; Tue, 4 Dec 2012 06:06:02 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
+ tests=[FREEMAIL_FROM=0.001] 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 ReaWVtVAi4ST for <notmuch@notmuchmail.org>;\r
+ Tue, 4 Dec 2012 06:06:02 -0800 (PST)\r
+Received: from mail.nexoid.at (www.nexoid.at [178.79.130.240])\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 00A74431FAE\r
+ for <notmuch@notmuchmail.org>; Tue, 4 Dec 2012 06:06:02 -0800 (PST)\r
+Received: by mail.nexoid.at (Postfix, from userid 1000)\r
+ id 570AA11C109; Tue, 4 Dec 2012 15:06:00 +0100 (CET)\r
+From: Peter Feigl <craven@gmx.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] Adding parse-time to test/.gitignore\r
+Date: Tue, 4 Dec 2012 15:05:58 +0100\r
+Message-Id: <1354629958-6619-1-git-send-email-craven@gmx.net>\r
+X-Mailer: git-send-email 1.8.0\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: Tue, 04 Dec 2012 14:06:02 -0000\r
+\r
+test/parse-time is a binary that is generated when running make test. It should be ignored by git.\r
+---\r
+ test/.gitignore | 1 +\r
+ 1 file changed, 1 insertion(+)\r
+\r
+diff --git a/test/.gitignore b/test/.gitignore\r
+index 1eff7ce..97e0248 100644\r
+--- a/test/.gitignore\r
++++ b/test/.gitignore\r
+@@ -5,4 +5,5 @@ symbol-test\r
+ arg-test\r
+ hex-xcode\r
+ random-corpus\r
++parse-time\r
+ tmp.*\r
+-- \r
+1.8.0\r
+\r