[Libreoffice-commits] core.git: .gitignore

Michel Renon michel.renon at free.fr
Sun Aug 2 06:16:05 PDT 2015


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

New commits:
commit 71ace488448b64e6c4cd9065e109d2c9850b031a
Author: Michel Renon <michel.renon at free.fr>
Date:   Sat Aug 1 21:56:55 2015 +0200

    QtCreator integration : git must ignore .pro and .pro.user files.
    
    Change-Id: Ifd21679fb7dd2b5c0c3bfe7726bf2c4d19897e21
    Reviewed-on: https://gerrit.libreoffice.org/17467
    Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
    Tested-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>

diff --git a/.gitignore b/.gitignore
index 6f7b854..ec3a2fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -123,6 +123,10 @@ DerivedData
 *.vcxproj*
 *.opensdf
 
+# QtCreator specific
+*.pro
+*.pro.user
+
 # doxygen output
 /docs
 


More information about the Libreoffice-commits mailing list