# Copyright Red Hat

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

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

# temporary files
*.tmp

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

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

!vendor/**/zz_generated.*

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

.vscode

.DS_Store

/test/functional/coverage
/test/functional/tmp
/test/e2e/cypress-ui/node_modules
/test/e2e/cypress-ui/results
/vendor
/_output
kind_kubeconfig.yaml
kind_kubeconfig_internal.yaml

/operator-sdk
/yq

# bundle/manifests/idp-mgmt-operator.clusterserviceversion.yaml
/test/e2e/utils/kcfg.yaml
test/e2e/cypress-ui/node_modules/