hostconfig-operator/.gitignore
Sreejith Punnapuzha 50a9c75933 Enhance deployment scripts and add gitignore
* move ssh key creation to a folder
  * add knownhost file to /dev/null
  * add cleanup script
  * add gitignore

Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com>
Change-Id: Ie34c7db34ecdbea9d06709eebeffc398c0a662c8
2021-01-08 15:14:11 -06:00

29 lines
311 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
# Test binary, build with `go test -c`
*.test
*.example
# Output of the go coverage tool
*.out
.coverage/
# Various user specific files
.DS_Store
.idea/
.vimrc
*.swp
.vscode/
# Sphinx build venv
.tox/
# Generated SSH key folder
ssh/