summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGor Nishanov <GorNishanov@gmail.com>2017-04-08 00:16:58 +0000
committerGor Nishanov <GorNishanov@gmail.com>2017-04-08 00:16:58 +0000
commitad9f9e3325a66aa65804ac101cecbddd0d108475 (patch)
treef0b87599dec5e1ec398c84bd3890879ceeccaa36 /.gitignore
parent212b2d57cbc224dd56b891a16ca3ea970c6f9860 (diff)
gitignore: Ignore .vs folder (VS2017 config files)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8a8ae6f5c31..224bd2f3a9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,8 +65,9 @@ tools/polly
tools/avrlit
# Sphinx build tree, if building in-source dir.
docs/_build
-# VSCode config files.
+# VS2017 and VSCode config files.
.vscode
+.vs
#==============================================================================#
# Files created in tree by the Go bindings.