[PATCH] D24211: gitignore: ignore VS Code editor files

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 16:02:54 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL280551: gitignore: ignore VS Code editor files (authored by GorNishanov).

Changed prior to commit:
  https://reviews.llvm.org/D24211?vs=70248&id=70249#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24211

Files:
  llvm/trunk/.gitignore

Index: llvm/trunk/.gitignore
===================================================================
--- llvm/trunk/.gitignore
+++ llvm/trunk/.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.70249.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160902/4e8b197d/attachment.bin>


More information about the llvm-commits mailing list