openstack-health/.gitignore
Tim Buckley e657b09726 Add karma-subunit-reporter to generate subunit results for unit tests
This adds a new plugin, 'karma-subunit-reporter', to generate subunit
streams for unit test output. These files should be compatible with
subunit2sql and (with appropriate log client configuration) could be
displayed in openstack-health or other tools like stackviz.

Change-Id: I7a72c0330852a9afd6bff35436978d9d1c266551
2016-06-10 09:19:55 -06:00

68 lines
618 B
Plaintext

# Project-specific ignores
.idea
node_modules
build
cover
./reports
app/js/templates.js
karma.subunit
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage*
!.coveragerc
.tox
nosetests.xml
.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
# Editors
*~
.*.swp
.*sw?
/nbproject/private/
# Debug
*.log