From 4c4beef68cf5b0b3ab92e8e41ed322da2d8b21b5 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 9 Aug 2011 10:23:34 +0200 Subject: [PATCH] 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. --- 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 + 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 * 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 -- 2.7.4