178549792c
This commit removes the instructions and tooling to set up a StoryBoard VM via vagrant. It is unmaintained, and has been for about 2.5 years. We believe it is both unused and unlikely to work, so we should avoid indicating that we advise using it. Change-Id: I9d6853f0b0ea822d5cac0b13b8f1aa0b0e55d0ac
64 lines
565 B
Plaintext
64 lines
565 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Editor save files
|
|
*~
|
|
*.swo
|
|
*.swp
|
|
|
|
# Development databases
|
|
*.db
|
|
|
|
# Packages
|
|
*.egg*
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
nosetests.xml
|
|
.coverage
|
|
.tox
|
|
.stestr/
|
|
.testrepository
|
|
.venv
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Local settings
|
|
etc/storyboard.conf
|
|
|
|
# IDE settings
|
|
.idea
|
|
*.iml
|