Skip to main content

Module glob

Module glob 

Source

Structs§

GlobPattern
Simple glob pattern matching for ignore patterns. Supports: * (any chars), ? (single char), ** (recursive dirs).

Functions§

should_ignore
Check if a path should be ignored based on a list of glob patterns.