FilterOptions.addExclude

void addExclude(string pattern) @safe

Adds a filename exclude pattern (glob-style).

Files matching ANY exclude pattern will be excluded from the archive. Exclude patterns take precedence over include patterns.

Parameters

patternglob pattern (e.g., ".bak", "~", "*.tmp")