From: Stefano Lattarini Date: Wed, 3 Aug 2011 14:12:34 +0000 (+0200) Subject: gitignore: ignore `*.trs' files in lib/Automake/tests X-Git-Tag: ng-0.5a~89^2~153^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b34b4c6aa1f0d66537c0b4683b6d7dc39a7ffc;p=thirdparty%2Fautomake.git gitignore: ignore `*.trs' files in lib/Automake/tests * lib/Automake/tests/.gitignore: Add `*.trs' pattern. --- diff --git a/ChangeLog b/ChangeLog index 567258585..8dfb86943 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-08-03 Stefano Lattarini + + gitignore: ignore `*.trs' files in lib/Automake/tests + * lib/Automake/tests/.gitignore: Add `*.trs' pattern. + 2011-08-03 Stefano Lattarini testsuite: list another "forgotten" test script in Makefile.am diff --git a/lib/Automake/tests/.gitignore b/lib/Automake/tests/.gitignore index ffbdfafb7..bc2e76df1 100644 --- a/lib/Automake/tests/.gitignore +++ b/lib/Automake/tests/.gitignore @@ -1,2 +1,3 @@ *.log *.log-t +*.trs