limit ci to go 1.4+
1 file changed
tree: 62a94af830159181ce5b9c1fb796992f5272facd
  1. .gitignore
  2. .travis.yml
  3. go.mod
  4. go.sum
  5. ignore.go
  6. ignore_ported_test.go
  7. ignore_test.go
  8. LICENSE
  9. README.md
  10. version_gen.go
README.md

go-gitignore

Build Status Coverage Status

A gitignore parser for Go

Install

go get github.com/sabhiram/go-gitignore

Usage

For a quick sample of how to use this library, check out the tests under ignore_test.go.