Skip to content

Commit

Permalink
[clangd] Store index in '.clangd/index' instead of '.clangd-index'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ilya-biryukov committed Feb 20, 2019
1 parent 729e7fd commit 6f64f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6f64f1b

Please sign in to comment.