tobiko/.gitignore
Federico Ressi b56811af76 Update tobiko.conf documentation page
- add autogenerated tobiko.conf.sample file to the repo
- add links to the tobiko.conf.sample to tobiko.conf locations
- sligthly simplify documentation structure

Change-Id: I4d239798bef931460c63ed69ad1b94d6c8807e83
2022-01-21 11:23:52 +00:00

54 lines
536 B
Plaintext

*.sw?
*.egg
*.egg-info
*.pyc
*.log
# Hidden files
.coverage
.coverage.*
.eggs
.mypy_cache
.stestr
.test
.testrepository
.tobiko-env
.tox
.vagrant
.venv
.idea
.ssh
__pycache__
AUTHORS
build/*
ChangeLog
doc/build/*
cover/
dist/
report/
test_results*
zuul/versioninfo
# Files created by releasenotes build
releasenotes/build
Pipfile.lock
# Tobiko configuration file
clouds.yaml
ssh_config
ssh_id*
tobiko.conf
# Infrared things
.infrared
workspace.tgz
# Tripleo files
tripleo-hosts.yaml
# Report files
tobiko_results.html
style.css