blob: 9440d6dd410b3962f3cba69baf82f9bd6e552cb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# go-gitignore
[](https://travis-ci.org/sabhiram/go-gitignore) [](https://coveralls.io/github/sabhiram/go-gitignore?branch=master)
A gitignore parser for `Go`
## Install
```shell
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`.
|