shaker/.gitignore
Vu Cong Tuan 0959476161 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: I66bf2f094d30ca5da972f27945dcc0108a13abad
2018-07-06 10:33:13 +07:00

20 lines
169 B
Plaintext

*~
*.pyc
*.local
AUTHORS
ChangeLog
MANIFEST
dist/
.venv/
build/*
build-stamp
cover/*
doc/build/
doc/source/api/
*.egg-info
*.egg
.autogenerated
.coverage
.stestr/
.tox/