diff options
author | Nikola Pajkovsky <npajkovs@redhat.com> | 2011-05-05 15:47:11 +0200 |
---|---|---|
committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2011-05-05 15:47:11 +0200 |
commit | 449e12354ee2e9318f4736a1e153de9e330eddf5 (patch) | |
tree | f2cb28822ca8ec680e041e5a9a28850c9434224e | |
parent | 5c3b1f0c49d9a53aa8e6c907e140c2dca50b0c0e (diff) | |
download | abrt-449e12354ee2e9318f4736a1e153de9e330eddf5.tar.gz abrt-449e12354ee2e9318f4736a1e153de9e330eddf5.tar.xz abrt-449e12354ee2e9318f4736a1e153de9e330eddf5.zip |
hide manpages and generated xml files
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -111,6 +111,9 @@ po/stamp-it po/*.gmo po/.intltool-merge-cache +# generaged translated xml conf files +*.xml + # compiled python files *.pyc @@ -122,6 +125,9 @@ abrt.spec # autogenerated soure file src/gui-wizard-gtk/wizard_glade.c +# generated man pages +*.1 + # 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/ |