From f27179ad7ca00cb7e731a29ddd5b075c7dbded78 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 10 Sep 2024 16:22:05 +0100 Subject: gitignore: Add log files. log files are generated by tests. * .gitignore: Add *.log. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 472fecd..8482984 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.go \ No newline at end of file +*.go +*.log \ No newline at end of file -- cgit v1.2.3