diff options
author | Paul Berry <stereotype441@gmail.com> | 2013-01-03 11:51:38 -0800 |
---|---|---|
committer | Paul Berry <stereotype441@gmail.com> | 2013-01-03 15:24:45 -0800 |
commit | b8b1d61e764a83c128787faa639ba2fc4604722f (patch) | |
tree | afc4ad1c8480b1e11c1b40bae61de556261cdd16 /bin | |
parent | 82f8e8ebd57720f1e9d148c7dc65b14c218307df (diff) | |
download | mesa-b8b1d61e764a83c128787faa639ba2fc4604722f.tar.gz |
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>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/.gitignore b/bin/.gitignore index dfaa6d36644..aa4577e915d 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -6,3 +6,4 @@ install-sh ylwrap compile ar-lib +/test-driver |