Add tests for and code to handle rule 8 (leading /)
3 files changed
tree: d0488da6a3c7e71a0bbc6f4e7aa3a63c93c43a96
  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