python-glanceclient/.gitignore
wangqi 7edb3783c7 Switch to using stestr
When the TC merged I2637dd714cbb6d38ef8b8dc1083e359207118284 we're
supposed to invoke stestr rather than testr so lets do that

Change-Id: I1b401c583d5e7677fc719bfc4eb2f2bba7b98cfa
2018-06-05 14:38:51 +00:00

29 lines
371 B
Plaintext

.coverage
subunit.log
.venv
*,cover
cover
*.pyc
.idea
*.sw?
*~
AUTHORS
build
dist
python_glanceclient.egg-info
ChangeLog
run_tests.err.log
.testrepository
.stestr/
.tox
doc/source/api
doc/build
*.egg
.eggs/*
glanceclient/versioninfo
# Files created by releasenotes build
releasenotes/build
# File created by docs build process
/doc/source/ref
/doc/source/reference/api/*