From 8e470c9074f2310244a90f0ccccec50a943eff2d Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Mon, 15 Jul 2024 14:46:43 +0200 Subject: [PATCH] Add gzipped log files to .gitignore Some of our test logs are now compressed so we should ignore these too. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ff37c0b00d..60a69f589c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.la *.lo *.log +*.log.gz *.o *.pot *.sign