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
*.la
*.lo
*.log
*.o
*.tar.gz
*.trs
.deps/
.dirstamp
.libs/
@ -13,6 +15,7 @@
/configure
/libtool
/stamp-h1
/test-suite.log
Makefile
Makefile.in
TAGS