It would be useful to be able to use wildcards in the "Ignored directories" part of the folder seelection. The existing method supports only exact foldernames plus any folders that starts with a dot. Possible use cases: - ignoring any folders with a specific preffix (prefix*) - ignoring any folders with a specific suffix (*suffix) - ignoring any folders with a specific substring (*substring*)
Git commit ab09daab2eff3e03b71d79d7dda5c4eb11f71d94 by Maik Qualmann. Committed on 21/12/2025 at 12:29. Pushed by mqualmann into branch 'master'. add regular expression wildcard support for ignored directories Wildcard characters such as * ? or [...] are possible. Related: bug 379207 FIXED-IN: 8.9.0 M +2 -2 NEWS M +16 -0 core/libs/database/collection/collectionscanner_p.cpp M +1 -0 core/libs/database/collection/collectionscanner_p.h M +2 -2 core/libs/database/collection/collectionscanner_scan.cpp https://invent.kde.org/graphics/digikam/-/commit/ab09daab2eff3e03b71d79d7dda5c4eb11f71d94