diff options
Diffstat (limited to 'vendor/github.com/asaskevich/govalidator/.gitignore')
-rw-r--r-- | vendor/github.com/asaskevich/govalidator/.gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/asaskevich/govalidator/.gitignore b/vendor/github.com/asaskevich/govalidator/.gitignore new file mode 100644 index 0000000000..8d69a9418a --- /dev/null +++ b/vendor/github.com/asaskevich/govalidator/.gitignore @@ -0,0 +1,15 @@ +bin/ +.idea/ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + |