github.com/xaverkapeller/go-gitignore@v0.0.0-20201129201858-74ef740b8b77/doc.go (about)

     1  /*
     2  Package gitignore provides an interface for parsing .gitignore files,
     3  either individually, or within a repository, and
     4  matching paths against the retrieved patterns. Path matching is done using
     5  fnmatch as specified by git (see https://git-scm.com/docs/gitignore), with
     6  support for recursive matching via the "**" pattern.
     7  */
     8  package gitignore