FilterOptions.addExcludePath

void addExcludePath(string pattern) @safe

Adds a path-based exclude pattern (glob-style) for subtree filtering.

Paths matching ANY exclude path pattern will be excluded.

Parameters

patternglob pattern for paths (e.g., "cache", "tmp")