47d88430ce
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: I63079f352ff36dda4f3f64a8681431a319791f0e
57 lines
767 B
Plaintext
57 lines
767 B
Plaintext
# vim and emacs temp files
|
|
*~
|
|
[._]*.s[a-w][a-z]
|
|
|
|
# Any disk images
|
|
*.qcow2
|
|
*.img
|
|
|
|
.tox/
|
|
.buildconf
|
|
|
|
# Files generated by setup.py
|
|
*.egg-info
|
|
build
|
|
.eggs
|
|
|
|
# Files generated by tools/genenv
|
|
openrc
|
|
openstack.env
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# the files generated from tox command.
|
|
.stestr/
|
|
AUTHORS
|
|
ChangeLog
|
|
doc/build
|
|
.coverage
|
|
cover/
|
|
|
|
# Files generated by Vagrant
|
|
contrib/dev/vagrant/Vagrantfile.custom
|
|
contrib/dev/vagrant/vagrantkey
|
|
contrib/dev/vagrant/vagrantkey.pub
|
|
contrib/dev/vagrant/storage/
|
|
.vagrant/
|
|
|
|
# Files generated by JetBrains
|
|
.idea/
|
|
|
|
# File generated by Eclipse
|
|
.project
|
|
.pydevproject
|
|
|
|
# Files created by reno build
|
|
releasenotes/build
|
|
|
|
# Files generated by Ansible
|
|
ansible/*.retry
|
|
|
|
# Others
|
|
.DS_Store
|
|
.vimrc
|