openstack-operator/.gitignore
Mohammed Naser f026321abb Added base for KOPF operator, switching Memcache
Change-Id: I6fdd8c69c35480f3844787eb4d5275174be027ee
2020-04-16 14:10:30 -04:00

30 lines
392 B
Plaintext

# 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
*~
doc/build
.tox
__pycache__
*.egg*