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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -53,6 +53,7 @@
|
||||
/build/msw/wx_vc12.opensdf
|
||||
/build/msw/wx_vc12.sdf
|
||||
/build/msw/*.suo
|
||||
/build/msw/.vs/
|
||||
|
||||
# /demos/
|
||||
/demos/*/*.sln
|
||||
|
Reference in New Issue
Block a user