dnscontrol/vendor/github.com/vultr/govultr/.gitignore

20 lines
252 B
Text
Raw Normal View History

# 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
### Go Patch ###
/vendor/
/Godeps/
.DS_Store
.idea
.vscode