From 01e7dea3172c72877740fe7123f7440a8153bc19 Mon Sep 17 00:00:00 2001 From: Ian Sullivan Date: Wed, 11 Dec 2024 10:36:58 -0800 Subject: [PATCH] Update gitignore to actually exclude .coverage files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f4c85d946..b249c02a0 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,4 @@ python/lsst/meas/algorithms/version.py .cache .pytest_cache pytest_session.txt -.coverage +.coverage*