aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/sabhiram/go-git-ignore/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/sabhiram/go-git-ignore/README.md')
-rw-r--r--vendor/github.com/sabhiram/go-git-ignore/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/sabhiram/go-git-ignore/README.md b/vendor/github.com/sabhiram/go-git-ignore/README.md
new file mode 100644
index 0000000..fbbb376
--- /dev/null
+++ b/vendor/github.com/sabhiram/go-git-ignore/README.md
@@ -0,0 +1,17 @@
+# go-git-ignore
+
+[![Build Status](https://travis-ci.org/sabhiram/go-git-ignore.svg)](https://travis-ci.org/sabhiram/go-git-ignore) [![Coverage Status](https://coveralls.io/repos/sabhiram/go-git-ignore/badge.png?branch=master)](https://coveralls.io/r/sabhiram/go-git-ignore?branch=master)
+
+A gitignore parser for `Go`
+
+## Install
+
+```shell
+go get github.com/sabhiram/go-git-ignore
+```
+
+## Usage
+
+```shell
+TODO
+```