From: Stefano Lattarini Date: Tue, 9 Aug 2011 14:43:08 +0000 (+0200) Subject: gitignore: more use of anchors X-Git-Tag: v1.11b~309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe1b11ebe22d45eac5625b237d5dd4d20e0d03c8;p=platform%2Fupstream%2Fautomake.git gitignore: more use of anchors * .gitignore: Anchor files that are intended to be ignored only if found in the same directory of the `.gitignore' file, not also in its subdirectories. * doc/.gitignore, doc/amhello/.gitignore, lib/Automake/.gitignore, lib/Automake/tests/.gitignore, tests/.gitignore: Likewise. Also, where needed, add new entries that were once implied by the non-anchored entries in the upper-level `.gitignore' files. --- diff --git a/.gitignore b/.gitignore index 716ef8b..68a7fde 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ -autom4te.cache +/autom4te.cache +/aclocal +/automake +/config.cache +/config.log +/config.status +/config.status.lineno +/configure.lineno Makefile -aclocal -automake -config.cache -config.log -config.status -config.status.lineno -configure.lineno cscope.files cscope.in.out cscope.out diff --git a/ChangeLog b/ChangeLog index 3523713..2a8ab43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2011-08-09 Stefano Lattarini + gitignore: more use of anchors + * .gitignore: Anchor files that are intended to be ignored only + if found in the same directory of the `.gitignore' file, not also + in its subdirectories. + * doc/.gitignore, doc/amhello/.gitignore, lib/Automake/.gitignore, + lib/Automake/tests/.gitignore, tests/.gitignore: Likewise. Also, + where needed, add new entries that were once implied by the + non-anchored entries in the upper-level `.gitignore' files. + +2011-08-09 Stefano Lattarini + testsuite: avoid spurious failure of self checks on Solaris This is just a quick workaround to prevent having too much noise in the testsuite; more proper fixes have been committed into the diff --git a/doc/.gitignore b/doc/.gitignore index 2554ab9..66b9b42 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,27 +1,27 @@ -amhello-*.tar.gz -automake.info -automake.info-[0-9] -automake*.1 -aclocal*.1 -stamp-vti -version.texi -automake.ac -automake.aux -automake.cm -automake.cp -automake.cps -automake.dvi -automake.fn -automake.fns -automake.html -automake.ky -automake.log -automake.op -automake.pdf -automake.pg -automake.ps -automake.toc -automake.tp -automake.tr -automake.vr -automake.vrs +/amhello-*.tar.gz +/automake.info +/automake.info-[0-9] +/automake*.1 +/aclocal*.1 +/stamp-vti +/version.texi +/automake.ac +/automake.aux +/automake.cm +/automake.cp +/automake.cps +/automake.dvi +/automake.fn +/automake.fns +/automake.html +/automake.ky +/automake.log +/automake.op +/automake.pdf +/automake.pg +/automake.ps +/automake.toc +/automake.tp +/automake.tr +/automake.vr +/automake.vrs diff --git a/doc/amhello/.gitignore b/doc/amhello/.gitignore index 466b7a6..cdd9777 100644 --- a/doc/amhello/.gitignore +++ b/doc/amhello/.gitignore @@ -1,8 +1,15 @@ -Makefile.in -aclocal.m4 -config.h.in -config.h.in~ -configure -depcomp -install-sh -missing +/Makefile.in +/Makefile +/autom4te.cache +/aclocal.m4 +/config.h.in +/config.h.in~ +/configure +/configure.lineno +/config.status +/config.status.lineno +/config.cache +/config.log +/depcomp +/install-sh +/missing diff --git a/lib/Automake/.gitignore b/lib/Automake/.gitignore index d539f93..f99f508 100644 --- a/lib/Automake/.gitignore +++ b/lib/Automake/.gitignore @@ -1 +1 @@ -Config.pm +/Config.pm diff --git a/lib/Automake/tests/.gitignore b/lib/Automake/tests/.gitignore index ffbdfaf..9da0540 100644 --- a/lib/Automake/tests/.gitignore +++ b/lib/Automake/tests/.gitignore @@ -1,2 +1,2 @@ -*.log -*.log-t +/*.log +/*.log-t diff --git a/tests/.gitignore b/tests/.gitignore index 026e261..cddf84b 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,12 +1,12 @@ -aclocal-* -automake-* -defs-static -instspc-tests.am -parallel-tests.am -*.dir -*.log -*.log-t -*-p.test -instspc-*-build.test -instspc-*-install.test -*.test-t +/aclocal-* +/automake-* +/defs-static +/instspc-tests.am +/parallel-tests.am +/*.dir +/*.log +/*.log-t +/*-p.test +/instspc-*-build.test +/instspc-*-install.test +/*.test-t