From b3d54c307b51abb23f728c3ef045e8958c7f9777 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sat, 26 Oct 2024 19:22:06 +0100 Subject: [PATCH] Ignore clangd files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 378eac2..c4b7ce0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ build +.cache +compile_commands.json