summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-27 12:14:35 +0200
committerJim Meyering <meyering@redhat.com>2007-10-27 12:44:59 +0200
commit7ffc555888dee1243877a042b34a8313f63f943a (patch)
treefd69b1c52b0a5b061ac3837962877aa15430ca5d /.gitignore
parent17b1f091f477ddee04da147f7aa757b6859613d7 (diff)
downloadautoconf-7ffc555888dee1243877a042b34a8313f63f943a.tar.gz
Remove all generated files from version control.
* aclocal.m4: Remove. * configure: Remove. * Makefile.in: Remove, along with all other Makefile.in in subdirs. * .gitignore: Add aclocal.m4, configure and Makefile.in. Sort. * README-hacking: New file: how to build from just-checked-out sources.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 10 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index ef10c31f..92162b43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,18 @@
+*.log
+*~
+.#*
+CVS
Makefile
+Makefile.in
+TAGS
+aclocal.m4
+autoconf-[0-9].*
+autom4te.cache
config.cache
config.log
config.status
+configure
configure.scan
-autoconf-[0-9].*
-*.log
log
releases
-autom4te.cache
-.#*
-CVS
-*~
tags
-TAGS