From 464f8d41eb73ca9c6dae0b366afcf5f4e8bff342 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 1 Feb 2024 16:31:12 -0500 Subject: [PATCH] .gitignore: clangd-related files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 942090a4320..3bb4cad778d 100644 --- a/.gitignore +++ b/.gitignore @@ -21,11 +21,13 @@ /html/ # editors and tags +.cache .classpath .project .settings .vscode build +compile_commands.json TAGS tags