summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-03 21:14:56 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-03 21:14:56 +0000
commit58f1f0909b8329b1219c5de9d0df2b4c6c93fec9 (patch)
treefcd790af3c461864ed1f63271dc2c18c71f93e8c /.gitignore
parentbdcc33f391441184c0b9cdbaecfdb8beb81b2652 (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--.gitignore11
1 files changed, 11 insertions, 0 deletions
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