From 827e5f17df6fc207e52fcc263aebeb9395a46094 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Mon, 21 Feb 2011 12:19:38 +0100 Subject: .gitignore: hide some files Signed-off-by: Nikola Pajkovsky --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 137fa1a7..889c71c1 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,8 @@ src/hooks/abrt-hook-ccpp src/applet/abrt-applet.desktop src/gui/abrt.desktop +src/gui-wizard-gtk/bug-reporting-wizard + # cscope files cscope.* ncscope.* @@ -91,6 +93,7 @@ po/remove-potcdate.sin po/stamp-po po/stamp-it po/*.gmo +po/.intltool-merge-cache # compiled python files *.pyc @@ -99,6 +102,9 @@ po/*.gmo \#* *~ +# autogenerated soure file +src/gui-wizard-gtk/wizard_glade.c + # if you want to enable them, be aware of that 'git clean -df' won't clean them # and you have to do it *manually* # x86_64/ -- cgit