gitignore: ignore VS Code editor files
authorGor Nishanov <GorNishanov@gmail.com>
Fri, 2 Sep 2016 22:54:26 +0000 (22:54 +0000)
committerGor Nishanov <GorNishanov@gmail.com>
Fri, 2 Sep 2016 22:54:26 +0000 (22:54 +0000)
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

llvm/.gitignore

index 8144deb..ef09514 100644 (file)
@@ -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.