From: Stefano Lattarini Date: Tue, 9 Aug 2011 08:23:34 +0000 (+0200) Subject: gitignore: update and improve for the testsuite files X-Git-Tag: ng-0.5a~89^2~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c4beef68cf5b0b3ab92e8e41ed322da2d8b21b5;p=thirdparty%2Fautomake.git gitignore: update and improve for the testsuite files * tests/.gitignore: Don't ignore temporary partial log files, autogenerated tests and makefile fragments that are not used anymore. Anchor all the remaining patterns. --- diff --git a/ChangeLog b/ChangeLog index 6a5ca126d..73c3b25fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-08-09 Stefano Lattarini + + gitignore: update and improve for the testsuite files + * tests/.gitignore: Don't ignore temporary partial log files, + autogenerated tests and makefile fragments that are not used + anymore. Anchor all the remaining patterns. + 2011-08-09 Stefano Lattarini self tests: some new uses of TAP, few extensions diff --git a/tests/.gitignore b/tests/.gitignore index 430b25ff8..4ec56b193 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,15 +1,8 @@ -aclocal-* -automake-* -defs-static -instspc-tests.am -parallel-tests.am -config-shell-tests.am -depmod-tests.am -*.dir -*.log -*.trs -*.log-t -*-p.test -instspc-*-build.test -instspc-*-install.test -*.test-t +/aclocal-* +/automake-* +/defs-static +/parallel-tests.am +/config-shell-tests.am +/*.dir +/*.log +/*.trs