From 23df40a82e4a1a58c9ff23c0013f6426b8646a3b Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 22 Mar 2023 18:46:51 -0400 Subject: Ignore all *.log files. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 32dd253..617edc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.go *~ +*.log /Makefile.in /aclocal.m4 /config.log @@ -10,6 +11,5 @@ /build-aux/ /Makefile /test-env -/tests/*.log /tests/*.trs /test-suite.log -- cgit v1.2.3