gitignore: Add clangd cache directory

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4918>
This commit is contained in:
Edward Hervey 2023-06-22 10:25:05 +02:00 committed by GStreamer Marge Bot
parent bcf95cc087
commit e5ca0b6e94

3
.gitignore vendored
View file

@ -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/*