From e96bb759f1b469c45eceae696d505663183b70b3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Jun 2008 02:25:09 +0200 Subject: add .gitignore files --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..614bb0e --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +Makefile +Makefile.in +*~ +*.pc +*.o +*.lo +*.la +.deps/ +.libs/ +ABOUT-NLS +ChangeLog +aclocal.m4 +*.cache +compile +config.guess +config.h +config.h.in +config.log +config.rpath +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +py-compile +stamp-h1 -- cgit