Add Visual Studio 2015 specific folder to the list of ignored files/folders.

VS 2015 specific folder .vs (with solution user options and cache) should be ignored in commits by default.
This commit is contained in:
Artur Wieczorek
2016-01-25 23:35:10 +01:00
parent 12ee10040a
commit fadda15db1

1
.gitignore vendored
View File

@@ -53,6 +53,7 @@
/build/msw/wx_vc12.opensdf
/build/msw/wx_vc12.sdf
/build/msw/*.suo
/build/msw/.vs/
# /demos/
/demos/*/*.sln