From 98019fbe9894cc816d7fbfac1c740b19a4f27e82 Mon Sep 17 00:00:00 2001 From: Mike Interlandi Date: Sat, 1 Feb 2025 18:11:04 -0500 Subject: [PATCH] add clangd .cache to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8ed24d98..c30a4275 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,9 @@ CMakeDoxygenDefaults.cmake cmake_install.cmake cmake_uninstall.cmake +# clangd cache +.cache + # Generated files docs/Doxyfile docs/html