From 74baf5402570e3ff30c792ce548fbe07fcaef000 Mon Sep 17 00:00:00 2001 From: Isaac Turner Date: Sun, 31 Dec 2023 05:25:52 +0000 Subject: [PATCH] [git] add generated clangd files to .gitignore (#30) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b0ec7516..50973484 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,7 @@ bin/ # Simulation GUI and other tools window save file *-window.json + +# clangd +/.cache +compile_commands.json