From 1645f073c0973773d7d91a21581398f5a27dc716 Mon Sep 17 00:00:00 2001 From: Jonathan Gamble <101470903+jonbgamble@users.noreply.github.com> Date: Tue, 20 Jan 2026 19:06:02 -0600 Subject: [PATCH] Everywhere: Speculatively remove .clangd from .gitignore It's confusing that it's in both the repo and .gitignore. If this is intentional (to allow git --ignore-index shenanigans), I'm happy to learn about it --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index d221ee9db9..24ecf8c417 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,6 @@ Toolchain/Local compile_commands.json .cache .clang_complete -.clangd .idea/ cmake-build-debug/ output/