1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 02:08:18 +02:00

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

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.*