From 1299eadb344bd283b743480fade3914a615aa2db Mon Sep 17 00:00:00 2001 From: Michele Bigi Date: Mon, 14 Sep 2026 04:53:48 +0200 Subject: [PATCH] Ignore .clangd (machine-local paths) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7335481..d52673b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build/ .DS_Store .vscode/ +.clangd