summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2013-01-23 14:20:41 +0100
committerKristian Høgsberg <krh@bitplanet.net>2013-01-24 16:14:52 -0500
commit66d55ab3c3332190fa7991af4447ef10e80c12bd (patch)
tree763125eb35faab52235159615abc0c377f127cb3
parent142aa4a1197f6d4c8a7963dcc762e3d881d249fc (diff)
gitignore: add test-suite files
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>
-rw-r--r--.gitignore1
-rw-r--r--tests/.gitignore7
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4f7a934..99b7089 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,5 +29,6 @@ ctags
/ltmain.sh
/missing
/stamp-h1
+/test-driver
Makefile
Makefile.in
diff --git a/tests/.gitignore b/tests/.gitignore
index e97e294..ccd440a 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -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