A glob matching library with the same behaviour as git internal wildmatch function
Adds an .ignore
method that parses .gitignore
and converts the patterns from wildmatch to glob patterns, so they can then be passed to glob, minimatch, micromatch, gulp.src, glob-stream, etc