613f6d79a5
1. Add .coveragerc 2. Add coverage related files into .gitignore Change-Id: I45a8cabb296595f42fe47fafddbd2fd56c132eb8
51 lines
509 B
Plaintext
51 lines
509 B
Plaintext
*.pyc
|
|
*.deb
|
|
.vagrant
|
|
work
|
|
*.swp
|
|
*~
|
|
*.swo
|
|
*.sw*
|
|
lib/
|
|
man/
|
|
build/
|
|
work-api/
|
|
work-client/
|
|
env/
|
|
dist/
|
|
include/
|
|
*.egg*/
|
|
bin/activate
|
|
bin/activate.csh
|
|
bin/activate.fish
|
|
bin/activate_this.py
|
|
bin/ceilometer
|
|
bin/easy_install
|
|
bin/easy_install-2.7
|
|
bin/keystone
|
|
bin/netaddr
|
|
bin/nosetests
|
|
bin/nosetests-2.7
|
|
bin/pip
|
|
bin/pip-2.7
|
|
bin/pybabel
|
|
bin/python
|
|
bin/python2
|
|
bin/python2.7
|
|
.project
|
|
.pydevproject
|
|
.testrepository/
|
|
.tox/
|
|
.venv/
|
|
bin/logs/
|
|
bin/waitress-serve
|
|
local/
|
|
test_vm/
|
|
env/
|
|
AUTHORS
|
|
ChangeLog
|
|
.idea
|
|
|
|
.coverage
|
|
cover/*
|