Crate gix_ignore

Source
Expand description

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

§Feature Flags

  • serde — Data structures implement serde::Serialize and serde::Deserialize.

Re-exports§

pub use gix_glob as glob;

Modules§

parse
search

Structs§

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

Enums§

Kind
The kind of ignored item.

Functions§

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