[PATCH] Adding parse-time to test/.gitignore

Subject: [PATCH] Adding parse-time to test/.gitignore

Date: Tue, 4 Dec 2012 15:05:58 +0100

To: notmuch@notmuchmail.org

Cc:

From: Peter Feigl


test/parse-time is a binary that is generated when running make test. It should be ignored by git.
---
 test/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/.gitignore b/test/.gitignore
index 1eff7ce..97e0248 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -5,4 +5,5 @@ symbol-test
 arg-test
 hex-xcode
 random-corpus
+parse-time
 tmp.*
-- 
1.8.0


Thread: