From 9ec72b2da8880ca93ecff50cb83c5b2ce5ec206c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 27 Apr 2009 20:39:37 -0400 Subject: Add some initial .gitignore files. --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..ca64fde61f --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# for all subdirectories +Makefile.in +Makefile +.libs +.deps +*.o +*.lo +*.la +.*.swp + +# autofoo stuff here +aclocal.m4 +autom4te.cache +compile +config.* +configure +depcomp +gnome-doc-utils.make +gtk-doc.make +install-sh +intltool-*.in +libtool +ltmain.sh +missing +mkinstalldirs +stamp-* + +# misc generated stuff +*.conduit +*.error +*.schemas +*.server -- cgit v1.2.3