Module: Mesa Branch: master Commit: b8b1d61e764a83c128787faa639ba2fc4604722f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8b1d61e764a83c128787faa639ba2fc4604722f
Author: Paul Berry <[email protected]> Date: Thu Jan 3 11:51:38 2013 -0800 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 <[email protected]> --- bin/.gitignore | 1 + src/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/bin/.gitignore b/bin/.gitignore index dfaa6d3..aa4577e 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -6,3 +6,4 @@ install-sh ylwrap compile ar-lib +/test-driver diff --git a/src/.gitignore b/src/.gitignore index 5fc607b..ddfb405 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,3 @@ /Makefile +*.trs +*.log _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
