diff --git a/.gitignore b/.gitignore index a0b218be..df5e8360 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ tags TAGS +# clangd cache (https://clangd.llvm.org/design/indexing#backgroundindex) +.cache/ + # Ignore coverage data *.gcda *.gcno