Versions in this module Expand all Collapse all v0 v0.1.0 May 5, 2026 Changes in this version + type Matcher struct + func ParseIgnoreFile(r io.Reader) (Matcher, error) + func (m Matcher) Match(pth string, isDir bool) bool + type Tree struct + func New() *Tree + func (t *Tree) InsertMatcher(pth string, m Matcher) + func (t *Tree) InsertPatterns(pth string, patterns ...string) + func (t *Tree) Match(pth string, isDir bool) bool