tobiko/.gitignore
abregman 935856cb21 Refine tobiko faults
* Setup proper logging
* Extend os-faults configuration template with more services
* Add unit tests initial files (Python API and CLI)
* Add proper doc explaining how to use tobiko faults

Change-Id: I6d528981fea6c76d20f4da095a86189748038f77
2019-06-05 22:18:28 +03:00

33 lines
299 B
Plaintext

*.sw?
*.egg
*.egg-info
*.pyc
*.log
# Hidden files
.coverage
.coverage.*
.eggs
.stestr
.test
.testrepository
.tox
.vagrant
.venv
__pycache__
AUTHORS
build/*
ChangeLog
cover/
doc/build/*
dist/
etc/
zuul/versioninfo
# Files created by releasenotes build
releasenotes/build
Pipfile.lock
tobiko.conf