Git: ignore autogen, doxygen and gdb config files

Adds some additional files to .gitignore.

Change-Id: Ia5af298a91919fe00392282c0e5bb88fa2811a52
Reviewed-on: https://gerrit.libreoffice.org/8437
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Jan-Marek Glogowski 2014-02-27 20:31:00 +00:00 committed by Caolán McNamara
parent 4558064a31
commit 5a6b71547f

8
.gitignore vendored
View file

@ -33,6 +33,8 @@
/aclocal.m4
/autom4te.cache
/autogen.input
/autogen.lastrun
/autogen.lastrun.bak
/ChangeLog
/config.Build.log
/config.guess
@ -95,3 +97,9 @@ xcuserdata
*.v11*
*.vcxproj*
*.opensdf
# doxygen output
/docs
# gdb config
/.gdbinit