From 3c83ede663f376cde440b11353ff779d0938ee24 Mon Sep 17 00:00:00 2001 From: William Kearney Date: Wed, 15 Jul 2026 15:21:23 +0200 Subject: [PATCH] Ignore the output logs These get generated by the tests, but we don't really want to save or check them, so it is best to ignore them. Signed-off-by: William Kearney --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d194f72..f3f6e27 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ src/*.o test/*.out *.temp swt -find_seamounts \ No newline at end of file +find_seamounts +output.txt +seamounts_output.txt \ No newline at end of file