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