1# go-gitignore
2
3[](https://travis-ci.org/sabhiram/go-gitignore) [](https://coveralls.io/github/sabhiram/go-gitignore?branch=master)
4
5A gitignore parser for `Go`
6
7## Install
8
9```shell
10go get github.com/sabhiram/go-gitignore
11```
12
13## Usage
14
15For a quick sample of how to use this library, check out the tests under `ignore_test.go`.