* tests/.gitignore: Don't ignore temporary partial log files, autogenerated tests and makefile fragments that are not used anymore. Anchor all the remaining patterns. --- ChangeLog | 7 +++++++ tests/.gitignore | 23 ++++++++--------------- 2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 6a5ca12..73c3b25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2011-08-09 Stefano Lattarini <[email protected]> + 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 <[email protected]> + self tests: some new uses of TAP, few extensions * tests/self-check-me.test: Renamed ... * tests/self-check-me.tap: .. to this, and converted to use TAP. diff --git a/tests/.gitignore b/tests/.gitignore index 430b25f..4ec56b1 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 -- 1.7.2.3
