From 6f64f1bafe2a379db9aace4f575bae1dea1325c9 Mon Sep 17 00:00:00 2001 From: Ilya Biryukov Date: Wed, 20 Feb 2019 19:08:06 +0000 Subject: [PATCH] [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 --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 49273af86bd2..be58944c9b3a 100644 --- a/.gitignore +++ b/.gitignore @@ -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.