add *.vs/ to ignore VS files in VS15 CTP5

As of Visual Studio 2015 CTP5 the Roslyn cache and suo files are stored in a .vs/ directory.
This commit is contained in:
Emil Lerch 2015-01-29 07:42:40 -08:00
parent 2500b4c80a
commit 68f746b320
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ bld/
# Roslyn cache directories
*.ide/
# Visual Studo 2015 cache/options directory
.vs/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*