Skip to content

Commit 68f746b

Browse files
committed
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.
1 parent 2500b4c commit 68f746b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VisualStudio.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ bld/
2525
# Roslyn cache directories
2626
*.ide/
2727

28+
# Visual Studo 2015 cache/options directory
29+
.vs/
30+
2831
# MSTest test Results
2932
[Tt]est[Rr]esult*/
3033
[Bb]uild[Ll]og.*

0 commit comments

Comments
 (0)