Got negation working correctly!
2 files changed
tree: b9ef85535a8149bedcd7c24331bf86715fcf20f2
  1. .gitignore
  2. .travis.yml
  3. ignore.go
  4. ignore_test.go
  5. LICENSE
  6. README.md
README.md

go-git-ignore

Build Status Coverage Status

A gitignore parser for Go

Install

go get github.com/sabhiram/go-git-ignore

Usage

TODO