From 107f5d9f721b14c3922682162ff9ff8ce73a430d Mon Sep 17 00:00:00 2001 From: Christian Spielberger Date: Mon, 2 Dec 2024 11:40:48 +0100 Subject: [PATCH] .gitignore: clangd cache, compile_commands.json (#59) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 74e7c76..3919771 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,7 @@ tags # Generated files /build* + +# clangd +.cache +compile_commands.json