fn build_ignore_set(patterns: &[String]) -> Result<GlobSet>
Compiles a [GlobSet] from the given list of glob patterns.
GlobSet