https://github.com/openstack/rally
Raw File
Tip revision: ee13ba4983c86bb21096a14a681593f958a416a2 authored by Andrey Kurilin on 19 June 2019, 15:11:30 UTC
Propose 1.6.0 release
Tip revision: ee13ba4
.gitignore
*.py[cod]

# C extensions
*.so

# Packages
*.egg*
dist
build
eggs
.eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
!devstack/lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
cover
cover-master
.testrepository
*.sqlite
.venv
.cache
.test_results/
rally-cli-output-files/

# Docs
doc/source/_build/

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.idea
.pydevproject
*.swp

# Mac Desktop Service Store
*.DS_Store
back to top