[llvm] r352197 - gitignore: ignore clangd index files.
Haojian Wu via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 25 06:05:19 PST 2019
Author: hokein
Date: Fri Jan 25 06:05:18 2019
New Revision: 352197
URL: http://llvm.org/viewvc/llvm-project?rev=352197&view=rev
Log:
gitignore: ignore clangd index files.
Reviewers: kadircet
Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, llvm-commits
Differential Revision: https://reviews.llvm.org/D57227
Modified:
llvm/trunk/.gitignore
Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=352197&r1=352196&r2=352197&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Fri Jan 25 06:05:18 2019
@@ -72,6 +72,8 @@ docs/_build
# VS2017 and VSCode config files.
.vscode
.vs
+# clangd background index
+.clangd-index
#==============================================================================#
# Files created in tree by the Go bindings.
More information about the llvm-commits
mailing list