When using an uninstalled development environment and running the
validation tests, the number of log files can grow substantially,
slowing down startup.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/799>
if (g_str_has_prefix (dirent, "hotdoc-private-"))
return TRUE;
+ /* gst-integration-testsuites can end up with many log files */
+ if (strcmp (dirent, "gst-integration-testsuites") == 0)
+ return TRUE;
+
/* Rust build dirs which may contain artefacts we should skip, can be
* /target/{debug,release} or /target/{arch}/{debug,release} */
target = strstr (parent_path, "/target/");