NFC: Add .vscode to .gitignore

llvm-svn: 348209
This commit is contained in:
Gor Nishanov 2018-12-03 22:51:07 +00:00
parent 6c0b2ce1be
commit df4e9ba44a

5
clang/.gitignore vendored
View File

@ -36,3 +36,8 @@ docs/_build
docs/analyzer/_build
# debug info testsuite
test/debuginfo-tests
# VS2017 and VSCode config files.
.vscode
.vs