//! Ignore files: find them, parse them, interpret them. #[doc(inline)] pub use filter::Filter; pub mod files; mod filter;