python-swiftclient/.gitignore
Vu Cong Tuan 9acdfe0b46 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: Ic098f8560599554e0b6bb16ae326d4d30a8a5504
2018-11-05 09:52:03 +07:00

21 lines
203 B
Plaintext

*.sw?
dist/
.tox
*.egg
*.egg-info
*.py[co]
.DS_Store
*.log
.testrepository
.stestr/
subunit.log
build
swiftclient/versioninfo
.autogenerated
.coverage
cover/
coverage.xml
doc/build
doc/source/api/
.idea