From 8e0ba5bbadf899d6e7d029c32693af37299b6de0 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Thu, 19 Dec 2024 14:48:38 -0500 Subject: [PATCH] add .cov to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 46c9f72e..2185fda4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ Manifest.toml build .gitignore ROADMAP.md -coverage \ No newline at end of file +coverage +*.cov \ No newline at end of file