[Libreoffice-commits] core.git: .gitignore

Bernhard Widl bernhard.widl at cib.de
Tue Apr 4 15:22:50 UTC 2017


 .gitignore |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit f5d59796d36f739396f346702e05a0f172687939
Author: Bernhard Widl <bernhard.widl at cib.de>
Date:   Tue Apr 4 14:08:24 2017 +0200

    add *.vcxproj* to .gitignore
    
    these files are generated by make vs2015-ide-integration.
    
    Change-Id: Iaae5931289bd2f27415c401b6ac253d43dc39007
    Reviewed-on: https://gerrit.libreoffice.org/36073
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/.gitignore b/.gitignore
index 1b954b15ff50..259be140e43c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -136,8 +136,7 @@ DerivedData
 *.v11*
 *.v12*
 *.opensdf
-!windows/*.sln
-!windows/*.vcxproj*
+*.vcxproj*
 
 # QtCreator specific
 *.pro


More information about the Libreoffice-commits mailing list