[PATCH] D24211: gitignore: ignore VS Code editor files
Gor Nishanov via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 2 15:57:58 PDT 2016
GorNishanov created this revision.
GorNishanov added a subscriber: llvm-commits.
VS code creates .vscode folder to keep its stuff that we really don't need in git.
https://reviews.llvm.org/D24211
Files:
.gitignore
Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -60,6 +60,8 @@
tools/polly
# Sphinx build tree, if building in-source dir.
docs/_build
+# VSCode config files.
+.vscode
#==============================================================================#
# Files created in tree by the Go bindings.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24211.70248.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160902/b57d1dfc/attachment.bin>
More information about the llvm-commits
mailing list