Add new .gitignore entries for Automake 1.13 tests

Automake 1.13 creates a bunch of new build artefacts:
- bin/test-driver, a script for running tests.
- *.trs files for every "make check" test result.
- *.log files containing the output of every test run by "make check".

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Paul Berry 2013-01-03 11:51:38 -08:00
parent 82f8e8ebd5
commit b8b1d61e76
2 changed files with 3 additions and 0 deletions

1
bin/.gitignore vendored
View File

@ -6,3 +6,4 @@ install-sh
ylwrap
compile
ar-lib
/test-driver

2
src/.gitignore vendored
View File

@ -1 +1,3 @@
/Makefile
*.trs
*.log