gitignore: ignore output from the test suite

This commit is contained in:
Robert Edmonds 2013-11-16 18:09:47 -05:00
parent 5ee9c03478
commit 0bba85ec4b

3
.gitignore vendored
View File

@ -1,8 +1,10 @@
.*swp .*swp
*.la *.la
*.lo *.lo
*.log
*.o *.o
*.tar.gz *.tar.gz
*.trs
.deps/ .deps/
.dirstamp .dirstamp
.libs/ .libs/
@ -13,6 +15,7 @@
/configure /configure
/libtool /libtool
/stamp-h1 /stamp-h1
/test-suite.log
Makefile Makefile
Makefile.in Makefile.in
TAGS TAGS