Discussion:
[PATCH] test: git should ignore message-id-parse
Daniel Kahn Gillmor
2018-10-07 04:09:20 UTC
Permalink
b31e44c678bf3bfe81bcc5f159e627551f12700f introduced message-id-parse
as a new binary created by the test suite. It shows up as sometihng
additional to git, but git ought to know to ignore it.
---
test/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/test/.gitignore b/test/.gitignore
index 73fe7e24..69080e5e 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -9,3 +9,4 @@
/test-results
/ghost-report
/tmp.*
+/message-id-parse
--
2.19.0
David Bremner
2018-10-08 15:53:01 UTC
Permalink
Post by Daniel Kahn Gillmor
b31e44c678bf3bfe81bcc5f159e627551f12700f introduced message-id-parse
as a new binary created by the test suite. It shows up as sometihng
additional to git, but git ought to know to ignore it.
pushed to master, with one spelling fix.

d

Loading...