[PATCH] D57227: gitignore: ignore clangd index files.
Haojian Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 25 03:49:51 PST 2019
hokein created this revision.
hokein added a reviewer: kadircet.
Herald added subscribers: arphaman, jkorous, MaskRay, ioeric, ilya-biryukov.
Repository:
rL LLVM
https://reviews.llvm.org/D57227
Files:
.gitignore
Index: .gitignore
===================================================================
--- .gitignore
+++ .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.183513.patch
Type: text/x-patch
Size: 354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190125/1c31ab88/attachment.bin>
More information about the llvm-commits
mailing list