From 5d81dec16ec4d2e20b01615756dce28e014dac81 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 10 Nov 2023 10:53:28 -0500 Subject: [PATCH] .gitignore: ignore "make check" byproducts --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2e95e93..3f78184 100644 --- a/.gitignore +++ b/.gitignore @@ -22,5 +22,10 @@ index.html tableau.min.svg tableau.min.min.svg +# Generated by "make check" +run-tests.sh.log +run-tests.sh.trs +test-suite.log + # Generated by "make dist" charm-bypass-[0-9].[0-9].[0-9].tar.xz -- 2.43.2