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

New commits:
commit 6474336e36447b1797bdf429a5f2ad5016a34262
Author: Ashod Nakashian <[email protected]>
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 <[email protected]>
    Tested-by: Tor Lillqvist <[email protected]>

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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to