Added glob pattern support in paths filter

This commit is contained in:
Bartek Kryza
2023-06-10 11:16:26 +02:00
parent ac01127436
commit dc74069dfd
7 changed files with 35 additions and 20 deletions

View File

@@ -235,4 +235,6 @@ std::string to_string(const string_or_regex &sr);
using namespace_or_regex = common::or_regex<common::model::namespace_>;
struct path_or_regex : public or_regex<std::filesystem::path> { };
} // namespace clanguml::common