tobiko/.dockerignore
Federico Ressi c50ab412a0 Create Docker files for Tobiko project
- Dockerfile file is intended for running test cases
  without using tox
- infrared_plugin/Dockerfile file is intended to run
  Tobiko IR plugin
- docker-compose file is intended to emulate the tox
  experience by using docker

All images are build staring from official CentOS 8
image.

Change-Id: I2f57f6e1c9c6161cef9448d25027d784ebd37e2c
2020-06-01 10:19:21 +02:00

48 lines
513 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
doc/build/*
cover/
dist/
etc/*.sample
report/
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