[Libreoffice-commits] core.git: .gitignore

Jan-Marek Glogowski glogow at fbihome.de
Thu May 1 02:33:44 PDT 2014


 .gitignore |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 5a6b71547ff8312960087e031fe2b25d20d64c2a
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Thu Feb 27 20:31:00 2014 +0000

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/.gitignore b/.gitignore
index 3d9bc63..93031b4 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


More information about the Libreoffice-commits mailing list