summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKiall Mac Innes <kiall@macinnes.ie>2015-01-14 10:44:55 -0800
committerKiall Mac Innes <kiall@macinnes.ie>2015-01-14 10:46:09 -0800
commit6d93373b608bb38f977f34e4ba275be87ebb47d6 (patch)
tree055809c6c7114ab465100aff08965389a06d0da4 /.gitignore
parentb462badbb4e43dd9bd4108c96fa990740da1584c (diff)
downloaddesignate-6d93373b608bb38f977f34e4ba275be87ebb47d6.tar.gz
Add .coveragerc configuration file
We now ignore the openstack common and designate test code from our coverage reports. Change-Id: Iecbc4623df31cb98d9f1a074e147a0f1c8bd8bda
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 46879ee6..52f5d586 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ TAGS
*.egg
build
.coverage
+.coverage.*
.tox
cover
venv