diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-03 21:14:56 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-03 21:14:56 +0000 |
| commit | 58f1f0909b8329b1219c5de9d0df2b4c6c93fec9 (patch) | |
| tree | fcd790af3c461864ed1f63271dc2c18c71f93e8c /.gitignore | |
| parent | bdcc33f391441184c0b9cdbaecfdb8beb81b2652 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
