Test whether a file path matches any of the compiled ignore patterns.
A leading ./ prefix is automatically stripped before matching.
./
The relative file path to test.
Compiled patterns from compilePattern.
true if the path matches at least one pattern.
true
Test whether a file path matches any of the compiled ignore patterns.
A leading
./prefix is automatically stripped before matching.