Add new .gitignore entries for Automake 1.13 tests
authorPaul Berry <stereotype441@gmail.com>
Thu, 3 Jan 2013 19:51:38 +0000 (11:51 -0800)
committerPaul Berry <stereotype441@gmail.com>
Thu, 3 Jan 2013 23:24:45 +0000 (15:24 -0800)
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>
bin/.gitignore
src/.gitignore

index dfaa6d3664461e2f651307b3982ef14f6ea9e0fb..aa4577e915d231a0f1547b38329b1032ca50d6b6 100644 (file)
@@ -6,3 +6,4 @@ install-sh
 ylwrap
 compile
 ar-lib
+/test-driver
index 5fc607b9e2fba31acca73ef4137aaf02482a55a1..ddfb4058659ea0be5c56fa57fc9df67dce3c982c 100644 (file)
@@ -1 +1,3 @@
 /Makefile
+*.trs
+*.log