From cdc762ada2d85f58be09cd0a46e5c90de5711e7c Mon Sep 17 00:00:00 2001 From: 446564 Date: Sat, 9 Aug 2025 17:37:51 -0700 Subject: [PATCH] add lsp ignores adds cache and ccls dirs and clangd files to git ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bca8e04..db044b5a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ out/ .vscode/settings.json .vscode/extensions.json .idea -cmake-* \ No newline at end of file +cmake-* +.cache +.ccls +compile_commands.json