From 741576d01e0873145fbaee0e07ed0c0c5b25b9ca Mon Sep 17 00:00:00 2001 From: lohhiiccc <96543753+lohhiiccc@users.noreply.github.com> Date: Sun, 8 Feb 2026 00:33:28 +0100 Subject: [PATCH] chore: ignore clangd cache and compile commands --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3141aab..2244ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ ft_ping.test *.log build/ build.mk +.cache/ +compile_commands.json