From de4368e2a8dc836f9098dd122407d4bd8ffa79b0 Mon Sep 17 00:00:00 2001 From: Nexan Date: Wed, 4 Feb 2026 20:52:12 -0600 Subject: [PATCH] updated gitignore file added the compare-left and compare-right files (which are only used for the sake of winmerge if I need to compare scratch files) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a9326f5..7de5fa5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -.pub_min_cache \ No newline at end of file +.pub_min_cache +compare-left.txt +compare-right.txt