From: Gor Nishanov Date: Mon, 3 Dec 2018 22:51:07 +0000 (+0000) Subject: NFC: Add .vscode to .gitignore X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=869ef1f57df4f3e8a2cd66dab95438c512b3b7f6;p=clang NFC: Add .vscode to .gitignore git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/.gitignore b/.gitignore index f8532b8080..3ea38b6e00 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,8 @@ docs/_build docs/analyzer/_build # debug info testsuite test/debuginfo-tests + +# VS2017 and VSCode config files. +.vscode +.vs +