From 402e7f01ee1138df8b436ace15b9a30253a22faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Tue, 22 Dec 2020 15:49:47 +0100 Subject: [PATCH] Add .cache to gitignore for clangd --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bb63e63..3f4ed2a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ secret.tar keystore-env.sh compile_commands.json .ccls-cache +.cache/ .gdb_history