aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-19 19:36:58 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-19 19:36:58 +0200
commite4956b6e5616ecd0b4e0da12d3484fbb07cbe22d (patch)
treee84b71a28486d3d63f35697e1e160adec77e2c26
parentHandle bare hashes. (diff)
downloadmuppet-strings-e4956b6e5616ecd0b4e0da12d3484fbb07cbe22d.tar.gz
muppet-strings-e4956b6e5616ecd0b4e0da12d3484fbb07cbe22d.tar.xz
Ignore .coverage.
.coverage appears to be a file generated when pytest is run with coverage reporting enabled. It's nontheless a binary file, and should be ignored.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8012cbc..be7b68b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
.cache
.yardoc
doc.rendered
+.coverage