This revision was automatically updated to reflect the committed changes.
Closed by commit rL370446: [clangd] Add .vscode-test to .gitignore. (authored 
by hokein, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D66949?vs=217886&id=218041#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66949/new/

https://reviews.llvm.org/D66949

Files:
  clang-tools-extra/trunk/clangd/clients/clangd-vscode/.gitignore


Index: clang-tools-extra/trunk/clangd/clients/clangd-vscode/.gitignore
===================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/.gitignore
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/.gitignore
@@ -1,2 +1,3 @@
 out
 node_modules
+.vscode-test


Index: clang-tools-extra/trunk/clangd/clients/clangd-vscode/.gitignore
===================================================================
--- clang-tools-extra/trunk/clangd/clients/clangd-vscode/.gitignore
+++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/.gitignore
@@ -1,2 +1,3 @@
 out
 node_modules
+.vscode-test
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to