README.md

 1# go-gitignore
 2
 3[![Build Status](https://travis-ci.org/sabhiram/go-gitignore.svg)](https://travis-ci.org/sabhiram/go-gitignore) [![Coverage Status](https://coveralls.io/repos/github/sabhiram/go-gitignore/badge.svg?branch=master)](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`.