2490c368e3
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: Iead2b550fc2c3accf25e450db0eb0a56603fc571 Closes-Bug: #1716746
60 lines
597 B
Plaintext
60 lines
597 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
lib
|
|
lib64
|
|
cover
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
*.sw?
|
|
|
|
# Hidden directories
|
|
/.*
|
|
!/.coveragerc
|
|
!/.gitignore
|
|
!/.gitreview
|
|
!/.mailmap
|
|
!/.pylintrc
|
|
!/.stestr.conf
|
|
!/.testr.conf
|
|
|
|
contrib/vagrant/.vagrant
|
|
|
|
# Configuration files
|
|
etc/kuryr.conf
|
|
etc/kuryr.conf.sample
|
|
|
|
# Ignore user specific local.conf settings for vagrant
|
|
contrib/vagrant/user_local.conf
|