diff options
-rw-r--r-- | clang/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/.gitignore b/clang/.gitignore index f8532b80808..3ea38b6e005 100644 --- a/clang/.gitignore +++ b/clang/.gitignore @@ -36,3 +36,8 @@ docs/_build docs/analyzer/_build # debug info testsuite test/debuginfo-tests + +# VS2017 and VSCode config files. +.vscode +.vs + |