Crate gix::worktree::ignore

source ·
Available on crate feature excludes only.
Expand description

Parse .gitignore files and provide utilities to match against them.

§Feature Flags

Modules§

Structs§

  • A grouping of lists of patterns while possibly keeping associated to their base path in order to find matches.

Enums§

  • The kind of ignored item.

Functions§

  • Parse git ignore patterns, line by line, from bytes.