summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Vanderham <twelve.eighty@gmail.com>2018-04-25 13:03:17 -0600
committerJelle van der Waa <jelle@vdwaa.nl>2018-05-11 21:29:03 +0200
commitdec4142cb05f5423d8a5c1e78b69b7db05030658 (patch)
tree1777421ebc52b249fb858a43318679043ff60f62
parentf4a9f139bcfd9c5920ac167219f374687af44b15 (diff)
downloadarchweb-dec4142cb05f5423d8a5c1e78b69b7db05030658.tar.gz
archweb-dec4142cb05f5423d8a5c1e78b69b7db05030658.zip
Add coverage to gitignore
Added the .coverage file to gitignore.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7a03c3b9..b19b099d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,6 @@ env/
# rope
.ropeproject/
+
+# coverage
+.coverage