From 7e7874fdc13902071814897d9a3b2857101db78e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 10 Aug 2010 11:49:01 -0400 Subject: Remove toplevel Makefile All libraries should be built individually now. --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f56d95 --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +*.[oa] +configure +config.log +config.status +config.rpath +config.h +config.h.in +cscope.out +doxy.config +Makefile +Makefile.in +Makefile.in.in +*.so +*.so.[0-9].[0-9].[0-9] +*.a +*.l[oa] +*.py[oc] +*.pydevproject +.deps +.libs +*.html +*.[0-9] +*.pc +autom4te.cache +libtool +stamp-h1 +m4/ +aclocal.m4 +depcomp +ltmain.sh +missing +.dirstamp +sssd.spec +*.gmo +*.header +*.sed +*.sin +Makevars.template +POTFILES +Rules-quot +stamp-po +ABOUT-NLS +build +*.patch +*.swp +*.X +tags +*~ -- cgit