kops/.gitignore

95 lines
1.2 KiB
Plaintext

# git mergetool
*.orig
# Droppings from hack/set-version
*.bak
# Compiled python files
*.pyc
# OSX leaves these everywhere on SMB shares
._*
# OSX trash
.DS_Store
# Eclipse files
.classpath
.project
.settings/**
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
# Vscode files
.vscode
# Emacs save files
*~
\#*\#
.\#*
# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
# Go test binaries
*.test
# Mercurial files
**/.hg
**/.hg*
# Vagrant
.vagrant
network_closure.sh
# make-related metadata
/.make/
# Terraform plans get put here
/out/
.terraform
.terraform.lock.hcl
# Docker _src sync
/docker/_src
# build stuff
.build
# Ignore all Exhuberant Ctags files
# Removed for now - we have a package named tags
# tags
# Ignore default apiserver config
apiserver.local.config
# Ignore etcd
default.etcd
# Ignore awesome_bot markdown links check output
ab-results-*.json
# Ignore documentation site
site
addons/prometheus-operator/tmp # cloned git repo
# Ignore google oauth2 configs
.config
# Used by some of the verify scripts in the hack directory
_output
# Used to cache terraform providers etc during testing
.cache/
# Used by E2E testing
_artifacts
_rundir