Skip to content

Commit c57a1fc

Browse files
committed
Merging r354505:
------------------------------------------------------------------------ r354505 | ibiryukov | 2019-02-20 20:08:06 +0100 (Wed, 20 Feb 2019) | 13 lines [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: 354981
1 parent a4fc388 commit c57a1fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/.gitignore

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

7678
#==============================================================================#
7779
# Files created in tree by the Go bindings.

0 commit comments

Comments
 (0)