aboutsummaryrefslogtreecommitdiff
path: root/llvm/.gitignore
diff options
context:
space:
mode:
authorGor Nishanov <GorNishanov@gmail.com>2016-09-02 22:54:26 +0000
committerGor Nishanov <GorNishanov@gmail.com>2016-09-02 22:54:26 +0000
commit534c7028aba6d38558a543bb9ea6a8974fba87c9 (patch)
tree74803af027f32da401d02d8c8302da67ed91a3a1 /llvm/.gitignore
parent92bbf96c970587d3847655552f1d998c53873634 (diff)
downloadllvm-534c7028aba6d38558a543bb9ea6a8974fba87c9.zip
llvm-534c7028aba6d38558a543bb9ea6a8974fba87c9.tar.gz
llvm-534c7028aba6d38558a543bb9ea6a8974fba87c9.tar.bz2
gitignore: ignore VS Code editor files
Summary: VS code creates .vscode folder to keep its stuff that we really don't need in git. Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D24211 llvm-svn: 280551
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index 8144deb..ef09514 100644
--- a/llvm/.gitignore
+++ b/llvm/.gitignore
@@ -60,6 +60,8 @@ tools/llgo
tools/polly
# Sphinx build tree, if building in-source dir.
docs/_build
+# VSCode config files.
+.vscode
#==============================================================================#
# Files created in tree by the Go bindings.