watchexec/crates/filterer/ignore
Félix Saparelli e63d37f601
chore: Release
2024-04-28 18:52:50 +12:00
..
src Canonicalise paths for ignore discovery (#760) 2024-01-04 09:32:47 +00:00
tests Experimental filter programs (#571) 2024-04-20 10:06:53 +00:00
CHANGELOG.md chore: Release 2024-04-28 18:52:50 +12:00
Cargo.toml chore: Release 2024-04-28 18:52:50 +12:00
README.md Ditch MSRV policy (#510) 2023-03-02 15:33:39 +13:00
release.toml Update release.toml config 2024-04-21 00:30:56 +12: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.