147e487bdf
This commit is a follow-up of "switch to using stestr" which was merged already [1]. After switch to using stestr, testrepository is unnecessary and should be removed. [1] https://review.openstack.org/571948 Change-Id: I7b496624721173955315869b17d3f2050dc83d30
56 lines
614 B
Plaintext
56 lines
614 B
Plaintext
|
|
# Python related files
|
|
|
|
*.dat
|
|
*.egg*
|
|
*.pyc
|
|
TAGS
|
|
build
|
|
|
|
# Test related files
|
|
|
|
*.log
|
|
.coverage
|
|
.coverage.*
|
|
.tox
|
|
.venv
|
|
cover
|
|
flake8_results.html
|
|
functionaltests/.testrepository/
|
|
functionaltests/tempest.log
|
|
htmlcov/
|
|
venv
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Editors
|
|
|
|
*.sublime-workspace
|
|
*.swp
|
|
|
|
# Misc
|
|
|
|
*.DS_Store
|
|
*.idea
|
|
*.ipynb
|
|
*.orig
|
|
.stestr/
|
|
*.sqlite
|
|
*.sqlite3
|
|
/.ipynb_checkpoints/*
|
|
/bind9
|
|
/dnsmasq
|
|
AUTHORS
|
|
ChangeLog
|
|
contrib/vagrant/.vagrant/
|
|
designate/versioninfo
|
|
dist
|
|
doc/source/_static/*.sample
|
|
doc/build/*
|
|
doc/source/api/*
|
|
api-ref/build/*
|
|
etc/designate/*.conf
|
|
etc/designate/*.yaml
|
|
var/*
|