# Functions
Glob finds all files that match the pattern and not the ignore func.
IgnoreStrings ignores all paths which contain one of the ignores substrings.
Match matches the same patterns as filepath.Match except it can also match an arbitrary number of path segments using **.
# Variables
IgnoreNone ignores nothing.
# Type aliases
IgnoreFunc checks if a path ought to be ignored.