1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

[clangd] Store index in '.clangd/index' instead of '.clangd-index'

Summary: To take up the .clangd folder for other potential uses in the future.

Reviewers: kadircet, sammccall

Reviewed By: kadircet

Subscribers: ioeric, MaskRay, jkorous, arphaman, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D58440

llvm-svn: 354505
This commit is contained in:
Ilya Biryukov 2019-02-20 19:08:06 +00:00
parent c1930fb060
commit f394964c7d

4
.gitignore vendored
View File

@ -72,8 +72,8 @@ docs/_build
# VS2017 and VSCode config files.
.vscode
.vs
# clangd background index
.clangd-index
# clangd index
.clangd
#==============================================================================#
# Files created in tree by the Go bindings.