From d7f6a267c6fd85965dc5fd7e58372b74510dcf33 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Thu, 9 Jun 2011 09:04:10 +0200 Subject: [libreport] new .gitignore --- libreport/.gitignore | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 libreport/.gitignore diff --git a/libreport/.gitignore b/libreport/.gitignore new file mode 100644 index 00000000..ba7e8387 --- /dev/null +++ b/libreport/.gitignore @@ -0,0 +1,60 @@ +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. + +# normal rules +*.o +*.lo +*.la + +# ignore binaries +src/gui-wizard-gtk/bug-reporting-wizard + +# autotools +.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 +py-compile +stamp-h1 + +# po files +po/Makevars.template +po/notexist +po/POTFILES +po/Rules-quot +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 +po/stamp-it +po/*.gmo +po/.intltool-merge-cache + +# pc files +libreport.pc +src/gtk-helpers/libreport-gtk.pc + +# autogenerated soure file +src/gui-wizard-gtk/wizard_glade.c -- cgit