Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Filak <[email protected]>
  • Loading branch information
Jakub Filak committed Oct 21, 2015
1 parent 18a88d7 commit 3f47cdc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,7 +34,9 @@ m4
missing
ABOUT-NLS
aclocal.m4
ar-lib
autom4te.cache
compile
config.guess
config.log
config.h
Expand Down Expand Up @@ -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
Expand All @@ -93,6 +101,7 @@ libreport.spec
libreport-version

#generated api docs
apidoc/Doxyfile
apidoc/html/*
!apidoc/html/Makefile.am

Expand Down

0 comments on commit 3f47cdc

Please sign in to comment.