Crate gix_ignore
source ·Expand description
Parse .gitignore
files and provide utilities to match against them.
§Feature Flags
serde
— Data structures implementserde::Serialize
andserde::Deserialize
.
Re-exports§
pub use gix_glob as glob;
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
.