From 2279ba80e183822d93fb7bdf132afd3bddc5ac47 Mon Sep 17 00:00:00 2001 From: Dodoid Date: Wed, 22 Oct 2025 00:11:37 -0400 Subject: [PATCH] .gitignore: Add .clangd as a "Development friendly file" If using clangd for development, your .clangd file is almost certainly specific to your environment, and should be gitignored, same as e.g. .vscode/ Change-Id: I3388d14f381aa9f68be9806652514a741fad49c9 Signed-off-by: Dodoid Reviewed-on: https://review.coreboot.org/c/coreboot/+/89680 Tested-by: build bot (Jenkins) Reviewed-by: Nicholas --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e813493526..5a429b5e3c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ tags .cache compile_commands.json .vscode/ +.clangd # Cross-compile toolkits xgcc/