From 3f47cdc5cc222a6d81e50cf56cd002c680c2cd97 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Mon, 19 Oct 2015 14:55:30 +0200 Subject: [PATCH] update .gitignore Signed-off-by: Jakub Filak --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 012d85397..e6296f9ef 100644 --- a/.gitignore +++ b/.gitignore @@ -7,18 +7,22 @@ *.lo *.la + # ignore binaries +src/client-python/reportclient/_reportclient.so src/gui-wizard-gtk/report-gtk src/cli/report-cli src/plugins/reporter-bugzilla src/plugins/reporter-kerneloops src/plugins/reporter-mailx +src/plugins/reporter-mantisbt src/plugins/reporter-print src/plugins/reporter-rhtsupport src/plugins/reporter-upload src/plugins/reporter-ureport src/plugins/report src/report-newt/report-newt +src/report-python/__init__.pyc src/gtk-helpers/test-desktop-utils # autotools @@ -30,7 +34,9 @@ m4 missing ABOUT-NLS aclocal.m4 +ar-lib autom4te.cache +compile config.guess config.log config.h @@ -80,6 +86,8 @@ src/gui-wizard-gtk/wizard_glade.c # testsuite tests/atconfig tests/atlocal +tests/ureport/rhsm/__init__.pyc +tests/ureport/rhsm/config.pyc tests/testsuite tests/testsuite.log tests/package.m4 @@ -93,6 +101,7 @@ libreport.spec libreport-version #generated api docs +apidoc/Doxyfile apidoc/html/* !apidoc/html/Makefile.am