instack/.gitignore
Ben Nemec cf8c0b53ec Fix up unit tests
Adds some dependencies, tweaks tox.ini to only include envs we care
about, and fixes an issue with the latest diskimage-builder where
it would fail if no operating-system element is included.

Change-Id: I6da9fb4f55978227b81c17a6d552b27ec2b90552
2015-09-02 18:12:15 +00:00

42 lines
363 B
Plaintext

*.py[cod]
*.sw[op]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
.testrepository
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
instack.answers
ChangeLog
Authors