From b0b8a2faec6609582e61e78cd8242e866fb31019 Mon Sep 17 00:00:00 2001 From: Marq Schneider Date: Sun, 6 May 2012 22:50:16 -0500 Subject: [PATCH] Clean up and add a few more entries to .gitignore --- .gitignore | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index a64e224..028c6b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,19 @@ -*.in -aclocal.m4 -autom4te.cache -compile -configure -config.guess -config.sub -depcomp -install-sh -missing +# http://www.gnu.org/software/automake +Makefile.in + +# http://www.gnu.org/software/autoconf +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing + +# Dependency files +.deps + +# Object files and libraries +*.o +*.a +