From bdb3389efb344335399816144e4953ca559e80ca Mon Sep 17 00:00:00 2001 From: superp00t Date: Sun, 12 Apr 2026 11:34:11 -0400 Subject: [PATCH] chore(git): ignore clangd files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ce29ee4..e33b301 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ profile/*/symbol/main.sym build profile/*/CMakeLists.txt profile/*/compile_commands.json +profile/*/.cache +profile/*/entry.h bna