Module gix_ignore::search
source · Expand description
Structs
- An implementation of the
Patterntrait for ignore patterns. - Describes a matching pattern within a search for ignored paths.
Functions
- Like
pattern_matching_relative_path(), but returns an index to the pattern that matchedrelative_path, instead of the match itself. - Return a match if a pattern matches
relative_path, providing a pre-computedbasename_poswhich is the starting position of the basename ofrelative_path.is_diris true ifrelative_pathis a directory.casespecifies whether cases should be folded during matching or not.