[PATCH] D57227: gitignore: ignore clangd index files.

Haojian Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 25 06:05:27 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL352197: gitignore: ignore clangd index files. (authored by hokein, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57227

Files:
  llvm/trunk/.gitignore


Index: llvm/trunk/.gitignore
===================================================================
--- llvm/trunk/.gitignore
+++ llvm/trunk/.gitignore
@@ -72,6 +72,8 @@
 # VS2017 and VSCode config files.
 .vscode
 .vs
+# clangd background index
+.clangd-index
 
 #==============================================================================#
 # Files created in tree by the Go bindings.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57227.183528.patch
Type: text/x-patch
Size: 387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190125/f4a6092d/attachment.bin>


More information about the llvm-commits mailing list