summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-08-14 15:52:52 -0600
committerEric Blake <ebb9@byu.net>2009-08-17 06:50:43 -0600
commit4cdf58d4f04e4fb69f1520279b86dfbee64fbea1 (patch)
treeec3cbe923a8599a264e0b8dcbe595a40c2a5c675 /.gitignore
parentac272f28c0a0e7595fd1cad88cbebca606fb3044 (diff)
downloadautoconf-4cdf58d4f04e4fb69f1520279b86dfbee64fbea1.tar.gz
Simplify version control metadata.
* .cvsignore: Delete. * bin/.cvsignore: Likewise. * config/.cvsignore: Likewise. * doc/.cvsignore: Likewise. * lib/.cvsignore: Likewise. * lib/autoconf/.cvsignore: Likewise. * lib/Autom4te/.cvsignore: Likewise. * lib/autoscan/.cvsignore: Likewise. * lib/autotest/.cvsignore: Likewise. * lib/emacs/.cvsignore: Likewise. * lib/m4sugar/.cvsignore: Likewise. * man/.cvsignore: Likewise. * tests/.cvsignore: Likewise. * bin/.gitignore: Likewise. * build-aux/.gitignore: Likewise. * config/.gitignore: Likewise. * doc/.gitignore: Likewise. * lib/.gitignore: Likewise. * lib/autoconf/.gitignore: Likewise. * lib/Autom4te/.gitignore: Likewise. * lib/autoscan/.gitignore: Likewise. * lib/autotest/.gitignore: Likewise. * lib/emacs/.gitignore: Likewise. * lib/m4sugar/.gitignore: Likewise. * man/.gitignore: Likewise. * tests/.gitignore: Likewise. * .gitignore: Consolidate all rules into one file. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore74
1 files changed, 60 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 96e8b08c..f36511cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,67 @@
*.log
+*.m4f
+*.tmp
*~
.#*
.version
CVS
-Fetchdir
-INSTALL
+/Fetchdir
+/INSTALL
Makefile
Makefile.in
-TAGS
-aclocal.m4
-autoconf-[0-9].*
-autom4te.cache
-config.cache
-config.log
-config.status
-configure
-configure.scan
-log
-releases
-tags
+/TAGS
+/aclocal.m4
+/autoconf-[0-9].*
+/autom4te.cache
+/bin/autoheader
+/bin/autoconf
+/bin/autoconf.in
+/bin/autom4te
+/bin/autoreconf
+/bin/autoscan
+/bin/autoupdate
+/bin/ifnames
+/build-aux/elisp-comp
+/build-aux/install-sh
+/build-aux/mdate-sh
+/build-aux/missing
+/build-aux/mkinstalldirs
+/config.cache
+/config.log
+/config.status
+/configure
+/configure.scan
+/doc/*.??
+!/doc/Makefile.am
+/doc/*.???
+/doc/*.info*
+/doc/manual
+/doc/stamp-vti
+/doc/standards
+/doc/version.texi
+/lib/autom4te.cfg
+/lib/autoscan/autoscan.list
+/lib/emacs/*.elc
+/lib/emacs/elc-stamp
+/lib/m4sugar/version.m4
+/log
+/man/*.[1-9]
+/man/autoscan.log
+/releases
+/tags
+/tests/ac*.at
+/tests/atconfig
+/tests/atlocal
+/tests/autoconf
+/tests/autoheader
+/tests/autom4te
+/tests/autoreconf
+/tests/autoscan
+/tests/autoupdate
+/tests/expr
+/tests/ifnames
+/tests/mktests.stamp
+/tests/package.m4
+/tests/testsuite
+/tests/testsuite.dir
+/tests/wrapper.in