summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAshod Nakashian <ashodnakashian@yahoo.com>2015-11-15 13:52:28 -0500
committerTor Lillqvist <tml@collabora.com>2015-11-15 19:40:02 +0000
commit6474336e36447b1797bdf429a5f2ad5016a34262 (patch)
treeff3fe863357fe2ace280666962baed6aec04602e /.gitignore
parent001174135b03adc513777453875a49ae23c60cae (diff)
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@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 90f21f45d99d..7999ec4d8896 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