From a0ae071e61afb5e34ceae12ea228bb2102c3cf4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 5 Nov 2022 06:10:49 +0100 Subject: [PATCH] Continued: - ignoring any log files, e.g. you can run $ ant test >test.log 2>&1 and check it with an editor/text viewer instead of scrolling in your xterm/console --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf4a7c5..59b501c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ nbproject/*~ /*.properties .~lock* .gitcommits +/*.log -- 2.39.5