FilterOptions.addExclude
void addExclude(string pattern) @safeAdds 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
pattern | glob pattern (e.g., ".bak", "~", "*.tmp") |