From e5ca0b6e948976a6b065150dd7d29bd67526a9ee Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 22 Jun 2023 10:25:05 +0200 Subject: [PATCH] gitignore: Add clangd cache directory Part-of: --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ffd5c95f89..008c714201 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,6 @@ subprojects/*/ # launch.json will be modified by users depending on the pipeline to test # We keep these files in the ignore list so they do not appear as modified .vscode/* + +# clangd integration +.cache/* \ No newline at end of file