mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 02:17:43 +08:00
16d0043cce
Thanks to @BenoitKnecht for leading the way on this.
19 lines
252 B
Text
19 lines
252 B
Text
# 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
|