.gitignore: ignore clangd cache

Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2023-04-05 17:40:21 +00:00
committed by Steffen Eiden
parent 0e86da9d66
commit e928c6f83c

3
.gitignore vendored
View File

@@ -9,6 +9,9 @@
tags
TAGS
# clangd cache (https://clangd.llvm.org/design/indexing#backgroundindex)
.cache/
# Ignore coverage data
*.gcda
*.gcno