]> granicus.if.org Git - llvm/commitdiff
gitignore: Ignore .vs folder (VS2017 config files)
authorGor Nishanov <GorNishanov@gmail.com>
Sat, 8 Apr 2017 00:16:58 +0000 (00:16 +0000)
committerGor Nishanov <GorNishanov@gmail.com>
Sat, 8 Apr 2017 00:16:58 +0000 (00:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299808 91177308-0d34-0410-b5e6-96231b3b80d8

.gitignore

index 8a8ae6f5c31cc4e3f8896602f141f890e46699d0..224bd2f3a9cf305cc4205f30d7742928de5f8b99 100644 (file)
@@ -65,8 +65,9 @@ tools/polly
 tools/avrlit
 # Sphinx build tree, if building in-source dir.
 docs/_build
-# VSCode config files.
+# VS2017 and VSCode config files.
 .vscode
+.vs
 
 #==============================================================================#
 # Files created in tree by the Go bindings.