From f565dcddeb18f5b13da0fec31bf686ae6e49acbd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 10 Jun 2009 20:34:58 +0200 Subject: Let git ignore files generated by Autoconf or Automake. --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b946e55..81d6bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,18 @@ # the html tree is maintained in a separate, CVS-based repository /html/* + +# files generated by Autoconf and Automake +/AUTHORS +/ChangeLog +/INSTALL +/Makefile +/Makefile.in +/aclocal.m4 +/autoconf-archive-*-*-*.tar.bz2 +/autom4te.cache/* +/config.log +/config.status +/configure +/install-sh +/missing -- cgit v1.2.1