
New os-testr uses stestr under the hood, which creates .stestr but not .testrepository directory in the current dir. Other than that, it doesn't seem like there is any difference in the format or names of files generated in the directory. Change-Id: I82d52bf0ad885bd36d2f0782a7c86ac61df532f2 Closes-Bug: #1716746 (cherry picked from commit 3e341a9941607a404ce5219292464c423a3fa5fe)
34 lines
437 B
Plaintext
34 lines
437 B
Plaintext
AUTHORS
|
|
build/*
|
|
build-stamp
|
|
ChangeLog
|
|
cover/
|
|
covhtml/
|
|
dist/
|
|
doc/build
|
|
doc/source/_static/config-samples/*.sample
|
|
etc/*.sample
|
|
etc/neutron/plugins/ml2/*.sample
|
|
*.DS_Store
|
|
*.pyc
|
|
neutron.egg-info/
|
|
neutron/vcsversion.py
|
|
neutron/versioninfo
|
|
pbr*.egg/
|
|
setuptools*.egg/
|
|
*.log
|
|
*.mo
|
|
*.sw?
|
|
*~
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.stestr.conf
|
|
!/.testr.conf
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|