From: Paul Berry Date: Thu, 3 Jan 2013 19:51:38 +0000 (-0800) Subject: Add new .gitignore entries for Automake 1.13 tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b8b1d61e764a83c128787faa639ba2fc4604722f;p=mesa.git 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 --- 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 diff --git a/src/.gitignore b/src/.gitignore index 5fc607b9e2f..ddfb4058659 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,3 @@ /Makefile +*.trs +*.log