[Libreoffice-commits] core.git: .gitignore

Ashod Nakashian ashodnakashian at yahoo.com
Sun Nov 15 11:40:25 PST 2015


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

New commits:
commit 6474336e36447b1797bdf429a5f2ad5016a34262
Author: Ashod Nakashian <ashodnakashian at yahoo.com>
Date:   Sun Nov 15 13:52:28 2015 -0500

    Ignore Visual Studio project files
    
    With `make vs2013-ide-integration` dozens of VS specific
    project and solution files are generated. These add noise
    and time to `git status` and make it harder to locate
    new files.
    
    Restored the exclusion of .vcxproj and .sln files and
    added windows/ directory to the ignore list.
    
    Change-Id: I64abe395824503a5eda25d70d7467ba3fa4e4aa8
    Reviewed-on: https://gerrit.libreoffice.org/19972
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/.gitignore b/.gitignore
index 90f21f4..7999ec4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -116,9 +116,13 @@ DerivedData
 # MSVS specific
 */Debug
 *.sdf
+*.sln
 *.v11*
 *.v12*
+*.vcxproj*
 *.opensdf
+!windows/*.sln
+!windows/*.vcxproj*
 
 # QtCreator specific
 *.pro


More information about the Libreoffice-commits mailing list