From d3886052d834de419f23a50fc6edc1151ffe8289 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 3 Jun 2025 15:41:21 +0200 Subject: [PATCH] Ignore clangd-related config files as they are user- and machine-specific. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0b23147a4e..76535e9c67 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ /repos/zynq /experiments +compile_commands.json .cache/ repos/ealanos/.vscode/settings.json repos/ealanos/.vscode/c_cpp_properties.json