watchexec/crates/filterer/ignore
github-actions[bot] f55d669e3c
release: project-origins v1.2.0 (#470)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
2023-01-08 16:05:49 +00: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 Add to changelogs for libs (#466) 2023-01-06 14:14:42 +00:00
Cargo.toml release: project-origins v1.2.0 (#470) 2023-01-08 16:05:49 +00:00
README.md Clippy fixes (#465) 2023-01-07 02:53:49 +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.

  • API documentation.
  • Licensed under Apache 2.0.
  • Minimum Supported Rust Version: 1.61.0 (incurs a minor semver bump).
  • Status: maintained.

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.