diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-25 18:33:08 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-25 18:33:08 -0700 |
commit | 3d10fa070af052f3d1587dff55f171fe70615327 (patch) | |
tree | 5bcaf8dcfe06058b7ef11698d02a5fac39b1abba /.gitignore | |
parent | 10ae5384151be1339925b9db15c9119dbbbf6ad1 (diff) |
Ignore autotools generated files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 19 insertions, 8 deletions
@@ -1,11 +1,22 @@ -CVS/ -*.o +*.a +*.la +*.lo *.mk -Makefile -Makefile.in +*.o .deps .libs -*.lo -*.a -*.la - +COPYING +CVS/ +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.guess +config.h.in +config.sub +configure +depcomp +install-sh +ltmain.sh +missing |