From 0b34607bb8c38ded3ef37575ed1da9b91940351f Mon Sep 17 00:00:00 2001 From: Martin Capitanio Date: Thu, 10 Sep 2020 12:50:01 +0200 Subject: [PATCH] git: Ignore clangd cache folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6af581040c..8d1aad947d 100644 --- a/.gitignore +++ b/.gitignore @@ -383,3 +383,6 @@ ruby.png snow.png updown.png gcov.css + +# https://clangd.llvm.org/ cache folder +.clangd/