Crate gitignored

Source
Expand description

§Gitignored

gitignored is a Rust implementation of gitignore algorithm. Compliant with the format defined here.

Structs§

Gitignore
Used to match globs against user-provided paths.
Pattern
Represents a glob pattern and meta information about it.