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

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

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

# Ansible
*.retry

# vim
*~
*.swp

# envfiles
.env
envfile

# kubeconfigs
kind.kubeconfig
minikube.kubeconfig
kubeconfig

# ssh keys
.ssh*

# Example and binary output directory
/out

# vscode
.vscode

# goland
.idea

# Ignore output manifests
config/samples
manager_image_patch.yaml-e

# Bazel
bazel-*

# Tilt files.
.tiltbuild

# e2e output
test/e2e/junit.e2e_suite.*.xml
test/e2e/logs/*