.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. # NOTE! Please use 'git ls-files -i --exclude-standard'
  2. # command after changing this file, to see if there are
  3. # any tracked files which get ignored after the change.
  4. # normal rules
  5. *.o
  6. *.lo
  7. *.la
  8. # ignore binaries
  9. src/gui-wizard-gtk/report-gtk
  10. src/cli/report-cli
  11. src/plugins/reporter-bugzilla
  12. src/plugins/reporter-kerneloops
  13. src/plugins/reporter-mailx
  14. src/plugins/reporter-print
  15. src/plugins/reporter-rhtsupport
  16. src/plugins/reporter-upload
  17. src/plugins/reporter-ureport
  18. src/plugins/report
  19. src/report-newt/report-newt
  20. src/gtk-helpers/test-desktop-utils
  21. # autotools
  22. .deps
  23. .libs
  24. Makefile
  25. Makefile.in
  26. m4
  27. missing
  28. ABOUT-NLS
  29. aclocal.m4
  30. autom4te.cache
  31. config.guess
  32. config.log
  33. config.h
  34. config.h.in
  35. config.rpath
  36. config.status
  37. config.sub
  38. configure
  39. depcomp
  40. install-sh
  41. libtool
  42. ltmain.sh
  43. py-compile
  44. stamp-h1
  45. # po files
  46. po/Makevars.template
  47. po/notexist
  48. po/POTFILES
  49. po/Rules-quot
  50. po/boldquot.sed
  51. po/en@boldquot.header
  52. po/en@quot.header
  53. po/insert-header.sin
  54. po/quot.sed
  55. po/remove-potcdate.sed
  56. po/remove-potcdate.sin
  57. po/stamp-po
  58. po/stamp-it
  59. po/*.gmo
  60. po/.intltool-merge-cache
  61. *.pot
  62. # pc files
  63. libreport.pc
  64. libreport-web.pc
  65. src/gtk-helpers/libreport-gtk.pc
  66. # autogenerated files
  67. src/gui-wizard-gtk/wizard_glade.c
  68. *.xml
  69. # generated man pages
  70. *.1
  71. *.5
  72. # testsuite
  73. tests/atconfig
  74. tests/atlocal
  75. tests/testsuite
  76. tests/testsuite.log
  77. tests/package.m4
  78. testsuite.dir/
  79. testsuite.log
  80. # misc
  81. \#*
  82. *~
  83. libreport.spec
  84. libreport-version
  85. #generated api docs
  86. apidoc/html/*
  87. !apidoc/html/Makefile.am
  88. build/*
  89. *.rpm
  90. *.gz
  91. *.patch
  92. *.mbox
  93. *.eml
  94. libreport-*/*