# Functions
NewBaseGlobMatch compiles a new matcher.
NewGlobMatch creates a new GlobMatch instance or error.
NewMultiMatch creates a new MultiMatch instance.
NewPathGlobMatch compiles a new matcher.
Parse reads in a gitignore file and returns a Matcher.
# Interfaces
Matcher defines an interface for filematchers
.