From 0754f4b8235706d266357ff138659f60bf5d2ae7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 19 Feb 2015 20:39:57 -0600 Subject: [PATCH] meta: ignore coverage cache --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index bf92205..1698330 100644 --- a/.hgignore +++ b/.hgignore @@ -4,3 +4,4 @@ syntax: regexp .*\.egg-info/ .*\.swp .*\.py[co] +^\.coverage$