Skip to content

Commit a679012

Browse files
committed
gitignore: Ignore .vs folder (VS2017 config files)
llvm-svn: 299808
1 parent 969230a commit a679012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ tools/polly
6565
tools/avrlit
6666
# Sphinx build tree, if building in-source dir.
6767
docs/_build
68-
# VSCode config files.
68+
# VS2017 and VSCode config files.
6969
.vscode
70+
.vs
7071

7172
#==============================================================================#
7273
# Files created in tree by the Go bindings.

0 commit comments

Comments
 (0)