Versions in this module Expand all Collapse all v0 v0.2.0 May 12, 2026 v0.1.0 May 6, 2026 Changes in this version + type IgnoreSet struct + func NewIgnoreSet(root string) *IgnoreSet + func (s *IgnoreSet) EnsureNode(relDir string) + func (s *IgnoreSet) LoadDir(absDir, relDir string) + func (s *IgnoreSet) Match(rel string, isDir bool) bool + type MatchOpts struct + CaseInsensitive bool + FixedString bool + WordBoundary bool + type Matcher struct + Literal []byte + Re *regexp.Regexp + func CompileMatcher(pattern string, opts MatchOpts) (*Matcher, error) + func (m *Matcher) Match(line []byte) bool