f348bfeb18
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I7eaadde83243afed1929bd29fff63272e58e072b
55 lines
529 B
Plaintext
55 lines
529 B
Plaintext
|
|
# Python related files
|
|
|
|
*.dat
|
|
*.egg
|
|
*.egg-info
|
|
*.pyc
|
|
.eggs
|
|
TAGS
|
|
build
|
|
|
|
# Test related files
|
|
|
|
*.log
|
|
.coverage
|
|
.coverage.*
|
|
.stestr/
|
|
.tox
|
|
.venv
|
|
cover
|
|
flake8_results.html
|
|
tempest.log
|
|
tempest.conf
|
|
htmlcov/
|
|
venv
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Editors
|
|
|
|
*.sublime-workspace
|
|
*.swp
|
|
|
|
# Misc
|
|
|
|
*.DS_Store
|
|
*.idea
|
|
*.ipynb
|
|
*.orig
|
|
*.sqlite
|
|
*.sqlite3
|
|
/.ipynb_checkpoints/*
|
|
/bind9
|
|
/dnsmasq
|
|
AUTHORS
|
|
ChangeLog
|
|
contrib/vagrant/.vagrant/
|
|
designate/versioninfo
|
|
dist
|
|
doc/build/*
|
|
doc/source/api/*
|
|
etc/designate/*.conf
|
|
var/*
|