Function liboskar::utils::mk_ignores [] [src]

pub fn mk_ignores(
    in_paths: &PathBuf,
    maybe_ignore: &Option<RegexSet>
) -> Option<RegexSet>

Gather the information from .gitignore, .ignore, and darcs boring files in a given directory, and assemble a RegexSet from it.