hacking/.gitignore
Vu Cong Tuan 800e1be48e Switch to stestr
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: I44170fcc60ad6e12d7badec354a96873e5cc91ea
2018-07-24 10:54:56 +07:00

34 lines
242 B
Plaintext

# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
_build
# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Other
.stestr/
.tox
.*.swp
.coverage
cover
AUTHORS
ChangeLog
# Editors
*~