cert-manager-webhook-example/.gitignore
Charles Moulliard 6294ce1ff4 Ignore idea and _out directory
Signed-off-by: Charles Moulliard <cmoulliard@redhat.com>
2019-05-29 10:43:08 +02:00

17 lines
260 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
_out
.idea/
# Ignore the built binary
cert-manager-webhook-example