Module gix_ignore::search
source · Expand description
Structs§
- An implementation of the
Pattern
trait 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_pos
which is the starting position of the basename ofrelative_path
.is_dir
is true ifrelative_path
is a directory.case
specifies whether cases should be folded during matching or not.