From 01c00832d83b71ac68af257c41dca98e46a34fd7 Mon Sep 17 00:00:00 2001 From: Karel Klíč Date: Wed, 7 Oct 2009 09:03:17 +0200 Subject: .gitignore file with intermediary files --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7d9e2b45 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +*.o +*.lo +*.la +po/*.po +po/*.gmo +.deps +.libs +*~ +Makefile +Makefile.in +m4 +missing +ABOUT-NLS +aclocal.m4 +autom4te.cache +config.guess +config.log +config.h +config.h.in +config.rpath +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +po/Makevars.template +po/POTFILES +po/Rules-quot +po/abrt.pot +po/boldquot.sed +po/en@boldquot.header +po/en@quot.header +po/insert-header.sin +po/quot.sed +po/remove-potcdate.sed +po/remove-potcdate.sin +po/stamp-po +py-compile +src/Applet/abrt-applet +src/CLI/abrt-cli +src/Daemon/abrtd +src/Hooks/abrt_exception_handler.py +src/Hooks/dumpoops +src/Hooks/hookCCpp +stamp-h1 -- cgit