]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
gitignore: more use of anchors
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 9 Aug 2011 14:43:08 +0000 (16:43 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 9 Aug 2011 14:43:08 +0000 (16:43 +0200)
* .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.

.gitignore
ChangeLog
doc/.gitignore
doc/amhello/.gitignore
lib/Automake/.gitignore
lib/Automake/tests/.gitignore
tests/.gitignore

index 716ef8b30b1447bd845032e625a79c3266b2a72e..68a7fdea9f759ca6d1da82b355b32e6700a7e8ea 100644 (file)
@@ -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
index 352371312c7b59e5125c40a34342b1ed1292cea6..2a8ab43e634487b39edcf5ca44ff4e3f7e01209e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-08-09  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <stefano.lattarini@gmail.com>
 
        testsuite: avoid spurious failure of self checks on Solaris
index 2554ab9cdeef5706e8d0915e37f1a5b60c702e94..66b9b424f67b7aa0ace1f9ae0f75e363c065063b 100644 (file)
@@ -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
index 466b7a61a8096ebb09644af0997d00154f7c6a21..cdd977749dcc533265d46caf9921278f1564c02f 100644 (file)
@@ -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
index d539f93f0d18fe17b8f2f1016da88aa39ede0a9e..f99f50877b2e06f6f6e06ed06dab3917741f4eb3 100644 (file)
@@ -1 +1 @@
-Config.pm
+/Config.pm
index ffbdfafb760b76ab89178eb038f992397b2c8ae8..9da0540c8bbbb4a818c86ff31e7384d6c1b48d73 100644 (file)
@@ -1,2 +1,2 @@
-*.log
-*.log-t
+/*.log
+/*.log-t
index 026e261e49eff789d6d9b0f1796c95b8ad583d0f..cddf84b69d804017f7aa2bb5d89306cca7dae905 100644 (file)
@@ -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