| giolekva | eea069c | 2021-07-19 18:13:08 +0400 | [diff] [blame^] | 1 | # Binaries for programs and plugins |
| 2 | *.exe | ||||
| 3 | *.exe~ | ||||
| 4 | *.dll | ||||
| 5 | *.so | ||||
| 6 | *.dylib | ||||
| 7 | |||||
| 8 | # Test binary, build with `go test -c` | ||||
| 9 | *.test | ||||
| 10 | /__main__/ | ||||
| 11 | /apiserver.local.config/ | ||||
| 12 | /_out/ | ||||
| 13 | |||||
| 14 | # Output of the go coverage tool, specifically when used with LiteIDE | ||||
| 15 | *.out | ||||
| 16 | |||||
| 17 | # Ignore the built binary | ||||
| 18 | cert-manager-webhook-gandi | ||||