From: Michael Tremer Date: Sat, 30 Nov 2024 15:25:59 +0000 (+0000) Subject: .gitignore: Ignore coverage files X-Git-Tag: 0.9.30~779 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee0963199013667eb5f1011ce826c83954492c3b;p=pakfire.git .gitignore: Ignore coverage files Signed-off-by: Michael Tremer --- diff --git a/.gitignore b/.gitignore index f1d7beaed..de7a7f265 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,8 @@ /tests/parser/test /tests/stub/root /tmp +*.gcda +*.gcno *.py[co] /*.tar.bz2 /*.tar.gz