From 886860a123a1cf7a78c426597e55b7c1d8ccde26 Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Thu, 16 Jan 2025 09:04:37 -0800 Subject: [PATCH] Ignore local .clangd if it exists --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf9bc3b1..2c315a33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build -.vs \ No newline at end of file +.vs +.clangd