Clean config in source code

Update .gitignore to skip editor files and .coveragerc to remove
nonexisted directory

Change-Id: Icab626dfcd8d71993e0d7e6e218a86ec8cd0c502
This commit is contained in:
Edwin Zhai 2016-02-05 08:45:38 +00:00
parent cb44c3a5f0
commit 9a1b5329aa
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = aodh
omit = aodh/tests/*, aodh/openstack/common/*
omit = aodh/tests/*
[report]
ignore_errors = True

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
*.egg*
*.mo
*.pyc
*~
.*.swp
.*sw?
.coverage
.testrepository
.tox