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

Reply via email to