watchexec/crates/filterer/ignore
Félix Saparelli 46453a2b35
Ditch MSRV policy (#510)
2023-03-02 15:33:39 +13:00
..
src Clippy fixes (#465) 2023-01-07 02:53:49 +13:00
tests Clippy fixes (#465) 2023-01-07 02:53:49 +13:00
CHANGELOG.md Ditch MSRV policy (#510) 2023-03-02 15:33:39 +13:00
Cargo.toml release: watchexec v2.1.1 (#498) 2023-02-14 23:04:21 +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

README.md

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.