
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin
testbin/*

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Kubernetes Generated files - skip generated files, except for vendored files

!vendor/**/zz_generated.*

# editor and IDE paraphernalia
.idea
*.swp
*.swo
*~

# Temp files created during build process
build/

# kuttl ignored files
# Workaround for https://github.com/kudobuilder/kuttl/issues/297
kubeconfig
# ignore testing init-bundle which was generated for kuttl e2e tests
tests/*/*/init-bundle.yaml

# Python virtualenv directory for dependencies of bundle build helpers.
bundle_helpers/.venv/

# Backups for what we've edited with sed
*.bak
