Constant git2::PATHSPEC_IGNORE_CASE []

pub const PATHSPEC_IGNORE_CASE: PathspecFlags = PathspecFlags{bits: raw::GIT_PATHSPEC_IGNORE_CASE as u32,}

Force matching to ignore case, otherwise matching will use native case sensitivity fo the platform filesystem.