summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGor Nishanov <GorNishanov@gmail.com>2018-12-03 22:51:07 +0000
committerGor Nishanov <GorNishanov@gmail.com>2018-12-03 22:51:07 +0000
commit869ef1f57df4f3e8a2cd66dab95438c512b3b7f6 (patch)
tree6b4a986a1645ba7972c41c01f71e75afa06418e6 /.gitignore
parenta0c4e6d99245edc660e70b6be8156c4de6c0e43e (diff)
downloadclang-869ef1f57df4f3e8a2cd66dab95438c512b3b7f6.tar.gz
NFC: Add .vscode to .gitignore
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348209 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
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
+