summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 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