From 82e44f5ce8c1b4f9732aa4c460bdf2e5138a8af4 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 16 Nov 2020 12:52:43 +0100 Subject: [PATCH] Add .cache to git ignore. ChangeLog: * .gitignore: Add cache as clangd uses it now. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d9eeaf2ed7a..1a29029895a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ TAGS.sub .clang-format .clang-tidy .clangd +.cache compile_commands.json .gdbinit -- 2.30.2