From b8b1d61e764a83c128787faa639ba2fc4604722f Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Thu, 3 Jan 2013 11:51:38 -0800 Subject: 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 --- bin/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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 -- cgit v1.1