01d7acb5a8
The covhtml directory is created when tests are run with coverage report flag and it contains HTML files with code coverage: ./run_tests.sh -c This patch adds the covhtml directory to gitignore, so it won't be tracked by the Git (similar ignore has been already introducted in Cinder, Nova and Neutron). Change-Id: I4f06640d893e241bfdec23520271abb20b1dc91d
37 lines
400 B
Plaintext
37 lines
400 B
Plaintext
*.pyc
|
|
*.log
|
|
.glance-venv
|
|
.venv
|
|
.testrepository/
|
|
.tox
|
|
.coverage*
|
|
cover/*
|
|
covhtml
|
|
nosetests.xml
|
|
coverage.xml
|
|
glance.sqlite
|
|
AUTHORS
|
|
ChangeLog
|
|
build
|
|
doc/source/api
|
|
dist
|
|
*.egg
|
|
glance.egg-info
|
|
tests.sqlite
|
|
glance/versioninfo
|
|
|
|
# Swap files range from .saa to .swp
|
|
*.s[a-w][a-p]
|
|
|
|
# Files created by doc build
|
|
doc/source/api
|
|
|
|
# IDE files
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
.e4p
|
|
.eric5project/
|
|
.issues/
|
|
.ropeproject
|