[PATCH] tests: ignore *.tmp files

Mike Frysinger vapier at gentoo.org
Mon Aug 11 05:40:24 UTC 2014


The tests like to generate random .tmp files, so ignore them.

* tests/.gitignore: Add *.tmp.
---
 tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/.gitignore b/tests/.gitignore
index e22e556..03c1051 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -8,3 +8,4 @@ uio
 *.log.*
 *.o
 *.trs
+*.tmp
-- 
2.0.0





More information about the Strace-devel mailing list