GlobMatcher
Matches fully qualified type names against include/exclude glob patterns.
Filtering order matches the KSP processor's SymbolFilter:
Include patterns: if non-empty, the name must match at least one.
Exclude patterns: a name matching any of these is dropped.
Glob syntax: * matches any sequence of non-. characters; ** matches any sequence including .; ? matches a single non-. character. All other characters are matched literally.
Parameters
includePatterns
glob patterns; if non-empty, a name must match at least one to be included.
excludePatterns
glob patterns; a name matching any of these is excluded.