From 5a6b71547ff8312960087e031fe2b25d20d64c2a Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Thu, 27 Feb 2014 20:31:00 +0000 Subject: Git: ignore autogen, doxygen and gdb config files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds some additional files to .gitignore. Change-Id: Ia5af298a91919fe00392282c0e5bb88fa2811a52 Reviewed-on: https://gerrit.libreoffice.org/8437 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3d9bc63a6483..93031b49f9b4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit