# Generated manager Golang binary bin/manager # Downloaded openshift binaries bin/oc-* bin/openshift-install-* bin/helm # Temporary directory for unpacking cluster binaries tmp-cluster/ .DS_Store # Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode ### Emacs ### # -*- mode: gitignore; -*- *~ \#*\# /.emacs.desktop /.emacs.desktop.lock *.elc auto-save-list tramp .\#* # Org-mode .org-id-locations *_archive # flymake-mode *_flymake.* # eshell files /eshell/history /eshell/lastdir # elpa packages /elpa/ # reftex files *.rel # AUCTeX auto folder /auto/ # cask packages .cask/ dist/ # Flycheck flycheck_*.el # server auth directory /server/ # projectiles files .projectile projectile-bookmarks.eld # directory configuration .dir-locals.el # saveplace places # url cache url/cache/ # cedet ede-projects.el # smex smex-items # company-statistics company-statistics-cache.el # anaconda-mode anaconda-mode/ ### Go ### # 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 # Local go module cache .go ### Vim ### # swap .sw[a-p] .*.sw[a-p] # session Session.vim # temporary .netrwhist # auto-generated tag files tags ### VisualStudioCode ### .vscode/* .history # Local build tools config/local # End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode install-*/ gcloud*.json pull_secret must-gather.* charts/ !*/**/charts helm !helm/ *.coverprofile *.log bundle/ .build/ .install/ # Google Service Account gsa-key.json gsa-kubeconfig.yaml deploy/chart/Chart.lock deploy/chart/charts/*.tgz .task/ workspace-template.yml # Output from golangci-lint via `task lint` gl-code-quality-report.json *.env # Output from retrieve_gitlab_charts_custom_ref.sh CHART_NIGHTLY_VERSION