[][src]Function rerun_except::rerun_except

pub fn rerun_except(globs: &[&str]) -> Result<(), Box<dyn Error>>

Specify which files should not cause cargo to rebuild a project. globs is an array of ignore globs. Each entry must be in gitignore format with the minor exception that entries must not begin with a !.