Skip to content

Commit 08684a3

Browse files
chore: Add benchmark comparison files to .gitignore
- Add bench-old.txt and bench-new.txt to .gitignore - These files are generated by make bench-compare for local benchmark comparisons 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 7b770aa commit 08684a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ examples/*/main.exe
2626

2727
# Coverage reports
2828
coverage.html
29+
30+
# Benchmark comparison files
31+
bench-old.txt
32+
bench-new.txt

0 commit comments

Comments
 (0)