summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-24 10:43:26 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-24 10:43:26 +0100
commitbfc83bdec2e6e39a3275ae0c51b29a86603b49ad (patch)
tree79bcbdcefe70d68f1d7883826b528e1273ad7624 /.gitignore
parenteada913864b278ccaf93f4589b4e24d9d5e82202 (diff)
downloadautomake-bfc83bdec2e6e39a3275ae0c51b29a86603b49ad.tar.gz
gitignore: use only one .gitignore file, in the top-level directory
* doc/.gitignore, doc/amhello/.gitignore, lib/Automake/.gitignore, lib/Automake/tests/.gitignore, tests/.gitignore: Deleted, their contents merged into ... * .gitignore: ... this top-level file. Since we are at it, improve it by anchoring files where it makes sense.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore66
1 files changed, 56 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index fe6542989..47823214e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,60 @@
-aclocal.m4
-configure
-autom4te.cache
Makefile.in
Makefile
-aclocal
-automake
-config.cache
-config.log
-config.status
-config.status.lineno
-configure.lineno
+/aclocal.m4
+/configure
+/autom4te.cache
+/config.cache
+/config.log
+/config.status
+/config.status.lineno
+/configure.lineno
+/aclocal
+/automake
+/doc/amhello-*.tar.gz
+/doc/automake.info
+/doc/automake.info-[0-9]
+/doc/automake*.1
+/doc/aclocal*.1
+/doc/stamp-vti
+/doc/version.texi
+/doc/automake.ac
+/doc/automake.aux
+/doc/automake.cm
+/doc/automake.cp
+/doc/automake.cps
+/doc/automake.dvi
+/doc/automake.fn
+/doc/automake.fns
+/doc/automake.html
+/doc/automake.ky
+/doc/automake.log
+/doc/automake.op
+/doc/automake.pdf
+/doc/automake.pg
+/doc/automake.ps
+/doc/automake.toc
+/doc/automake.tp
+/doc/automake.tr
+/doc/automake.vr
+/doc/automake.vrs
+/doc/amhello/Makefile.in
+/doc/amhello/aclocal.m4
+/doc/amhello/config.h.in
+/doc/amhello/config.h.in~
+/doc/amhello/configure
+/doc/amhello/depcomp
+/doc/amhello/install-sh
+/doc/amhello/missing
+/lib/Automake/Config.pm
+/lib/Automake/tests/*.log
+/lib/Automake/tests/*.log-t
+/tests/*.log
+/tests/*.log-t
+/tests/*.dir
+/tests/*-p.test
+/tests/aclocal-1.*
+/tests/automake-1.*
+/tests/defs
+/tests/parallel-tests.am
tags
TAGS