From d60fab8c9e03ed63ab9c2854b9b9502d05b3d98e Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 21 Jun 2023 10:20:56 -0400 Subject: gitignore: Add .cache used by clangd LSP Signed-off-by: David Goulet --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 94988ed982..379d532fda 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,8 @@ core.* !core/ # ccls file that can be per directory. *.ccls +# clangd uses that for LSP caching. +/.cache # / /Makefile -- cgit v1.2.3-54-g00ecf