Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 492 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 492 Bytes

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.