From f3c734407017d83e56a7957f67ecf24f813a2a72 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 1 May 2009 07:13:55 -0400 Subject: Add more .gitignore files and missing SGML doc files. --- .gitignore | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f3ead7f1b..5e12797e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,29 @@ -*.swp - -Makefile +# for all subdirectories Makefile.in -*.lo -*.o -.deps +Makefile .libs +.deps +*.o +*.lo *.la -po/*.gmo -*.pc +.*.swp -stamp-h1 +# autofoo stuff here +aclocal.m4 +autom4te.cache +compile +config.* +configure +depcomp +gtk-doc.make +install-sh +intltool-*.in libtool +ltmain.sh +missing +mkinstalldirs +stamp-* + +# misc generated stuff +*.pc +*.server -- cgit v1.2.1