pub fn from_strings<I: IntoIterator<Item = S>, S: AsRef<str>>(
    excludes: I
) -> Result<GlobSet>