051d7dbc69
This patch provides all necessary files and configurations to build a Vagrantbox that can be used as building and testing environment for all OpenStack manuals and documentations. It includes the repositories like openstack-manuals. Tox, Maven and all needed dependencies by Maven are already installed/fetched. Change-Id: Ic7a496ee16efffc7ae41f657a07af998436ea12e Closes-Bug: #1317849
37 lines
452 B
Plaintext
37 lines
452 B
Plaintext
.DS_Store
|
|
.venv
|
|
|
|
# Packages
|
|
*.py[cod]
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
sdist
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
|
|
# Autohelp
|
|
autogenerate_config_docs/venv
|
|
autogenerate_config_docs/sources
|
|
autogenerate_config_docs/*-conf-changes-*.xml
|
|
|
|
# sitemap
|
|
sitemap/sitemap_docs.openstack.org.xml
|
|
|
|
# build and test environment
|
|
build_environment/.vagrant/
|
|
build_environment/repositories/
|