watchexec/crates/filterer/ignore
2023-05-14 06:30:34 +00:00
..
src Handle nested gitignores (#580) 2023-05-08 22:13:04 +00:00
tests Try to fix windows tests (#585) 2023-05-14 18:02:57 +12:00
Cargo.toml Handle nested gitignores (#580) 2023-05-08 22:13:04 +00:00
CHANGELOG.md Add recent PRs to changelogs (#587) 2023-05-14 06:30:34 +00:00
README.md Ditch MSRV policy (#510) 2023-03-02 15:33:39 +13:00
release.toml Split into more crates (#307) 2022-06-15 03:25:05 +00:00

Crates.io page API Docs Crate license: Apache 2.0 CI status

Watchexec filterer: ignore

(Sub)filterer implementation for ignore files.

This is mostly a thin layer above the ignore-files crate, and is meant to be used as part of another more general filterer. However, there's nothing wrong with using it directly if all that's needed is to handle ignore files.