
# 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

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

!vendor/**/zz_generated.*

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


# Directories
.go
.vscode
/build/_output
/cmd/manager/__debug_bin
build-harness
build-harness-extensions
vendor
test/unit/coverage
test/out
overlays/deploy
test/e2e/resources/clusters
test/e2e/resources/hub/kube

# Files
.build-harness
.build-harness-bootstrap
OPENSOURCE.check
.DS_Store
coverate.out
gosec.json
go-bindata.diff
e2e.test
results-*.xml


# override build harness vendoring
!vbh/.build-harness-vendorized
!vbh/build-harness
!vbh/build-harness-extensions

# test files and directories
test/functional/kubeconfig
test/functional/kind/kind-config.yaml
test/functional/coverage

test/e2e/resources/options.yaml
