From 41a53ee52b7f90f034fea1419f0bacaf2900693f Mon Sep 17 00:00:00 2001 From: Sara Date: Tue, 16 Sep 2025 13:35:38 +0200 Subject: [PATCH] git: added clangd cache files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d294ec1..85942ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ bin/ build/ Makefile +.cache/ +compile_commands.json