gitignore: add test-suite files
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 23 Jan 2013 13:20:41 +0000 (14:20 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 25 Jan 2013 01:22:04 +0000 (20:22 -0500)
The *.log and *.trs files should be ignored by git as well as the GNU
autotools ./test-driver helper script.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
.gitignore
tests/.gitignore

index 4f7a934..99b7089 100644 (file)
@@ -29,5 +29,6 @@ ctags
 /ltmain.sh
 /missing
 /stamp-h1
+/test-driver
 Makefile
 Makefile.in
index e97e294..ccd440a 100644 (file)
@@ -1,6 +1,10 @@
+*.log
+*.trs
+
 array-test
 client-test
 connection-test
+display-test
 event-loop-test
 exec-fd-leak-checker
 fixed-benchmark
@@ -8,5 +12,6 @@ fixed-test
 list-test
 map-test
 os-wrappers-test
+queue-test
 sanity-test
-
+socket-test