From 58f1f0909b8329b1219c5de9d0df2b4c6c93fec9 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 3 Mar 2026 21:14:56 +0000 Subject: Update .gitignore: exclude test artifacts and temp files Add patterns for compiled test binaries (*_test_bin, *.test), test output files, nohup.out, overlay.json, the tasks/ data dir, and the scratch binary x. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ea898d1..ac02d80 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,17 @@ Thumbs.db # Test coverage.out coverage.html +*.out +*_test_bin +*.test +test_output +test_output.s + +# Temp / scratch +nohup.out +overlay.json +tasks/ +x # Session state SESSION_STATE.md -- cgit v1.2.3