From 568a1586d9533aa7001c249e211a2eeae789d85e Mon Sep 17 00:00:00 2001 From: wahfl2 Date: Fri, 13 Sep 2024 19:52:59 -0500 Subject: [PATCH] Include clangd extension cache in .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a832f8d..b4c0daf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.d /.vscode /bin +/.cache compile_commands.json