manila/.gitignore
Tom Barron ddccac8dc3 tests: replace .testr.conf with .stestr.conf
In this change [1] os_testr changed under the covers from using
testr to stestr, so that we now get the following warning:

 ostestr.py:120:
 UserWarning: No .stestr.conf file found in the CWD.
 Please create one to to replace the .testr.conf. You can find a
 script to do this in the stestr git repository.

So remove the .testr.conf and add .stestr.conf which was
generated using a utility script as documented here [2].

[1] Id7cb2a39a8308f1413608dcf19273a1d7f33592e
[2] https://media.readthedocs.org/pdf/stestr/stable/stestr.pdf

TrivialFix

Change-Id: I6bb369624c4a790242022e203e771a77ffe06cf5
2017-09-13 07:56:21 -04:00

53 lines
656 B
Plaintext

*.DS_Store
*.orig
*.log
*.mo
*.pyc
*.sqlite
*.swp
.manila-venv
.coverage
.stestr/*
.testrepository
.tox
.venv
.idea
*.egg*
AUTHORS
Authors
build/*
build-stamp
CA/
ChangeLog
cover/*
covhtml
dist/*
etc/manila/manila.conf.sample
instances
keeper
keys
local_settings.py
subunit.log
tools/conf/manila.conf*
tools/lintstack.head.py
tools/pylint_exceptions
tags
# Files created by Sphinx build
doc/build
doc/source/_static
.autogenerated
api-ref/build
# Files created by releasenotes build
releasenotes/build
# Files created by install-guide builds
install-guide/build
# Development environment files
.project
.pydevproject
# Lock dirs and files
manila_locks