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:
parent
12ee10040a
commit
fadda15db1
1 changed files with 1 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue