Skip to content

Commit 6f64f1b

Browse files
committed
[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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354505 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 729e7fd commit 6f64f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ docs/_build
7272
# VS2017 and VSCode config files.
7373
.vscode
7474
.vs
75-
# clangd background index
76-
.clangd-index
75+
# clangd index
76+
.clangd
7777

7878
#==============================================================================#
7979
# Files created in tree by the Go bindings.

0 commit comments

Comments
 (0)