[PATCH] Adding parse-time to test/.gitignore
Peter Feigl
craven at gmx.net
Tue Dec 4 06:05:58 PST 2012
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
More information about the notmuch
mailing list