Improve GitIgnore struct
2 files changed
tree: eb12797bd5a76383491a2b6fbc0e24ed0f56546c
  1. .gitignore
  2. .travis.yml
  3. ignore.go
  4. ignore_ported_test.go
  5. ignore_test.go
  6. LICENSE
  7. README.md
  8. 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.