From 11926f24877da4a92cb991eeb5c2f4db0f289eef Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Sun, 25 Aug 2024 08:31:53 +0200 Subject: [PATCH] gitignore clangd files (#2086) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3b1e6398ab..4ccab81046 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,12 @@ __pycache__/ .pyc .DS_Store -# Text editor remnants +# IDE files .vscode/ .vs/ .idea/ +.cache/ +compile_commands.json # Project-specific ignores .make_options.mk