a4ab99ba89
Create a set of roles to be composed into a new infrared plugin. The final goal for these roles is to be used for either downstream and upstream CI Change-Id: I48d5f500c2e694c3f94ee497a0df1d92b6c411b3
48 lines
521 B
Plaintext
48 lines
521 B
Plaintext
*.sw?
|
|
*.egg
|
|
*.egg-info
|
|
*.pyc
|
|
*.log
|
|
|
|
# Hidden files
|
|
.coverage
|
|
.coverage.*
|
|
.eggs
|
|
.mypy_cache
|
|
.stestr
|
|
.test
|
|
.testrepository
|
|
.tobiko-env
|
|
.tox
|
|
.vagrant
|
|
.venv
|
|
|
|
__pycache__
|
|
AUTHORS
|
|
build/*
|
|
ChangeLog
|
|
cover/
|
|
doc/build/*
|
|
dist/
|
|
etc/*.sample
|
|
tobiko_results*
|
|
test_results*
|
|
zuul/versioninfo
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Docs related files
|
|
doc/source/_static/config-samples/*.sample
|
|
|
|
Pipfile.lock
|
|
|
|
# Tobiko configuration file
|
|
tobiko.conf
|
|
clouds.yaml
|
|
ssh_config
|
|
|
|
# Infrared things
|
|
.infrared
|
|
workspace.tgz
|