From 2af447128f357f5d8246e43c051dae629bde7fc4 Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Tue, 8 Apr 2025 19:32:03 -0400 Subject: [PATCH] Add tracing log file to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a7437707..369a9b7ef 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ dist/ # testing testing/limbo_output.txt **/limbo_output.txt +testing/test.log