fix(ci): add missing sassafras benchmark data file

The 25_tickets_100_auths.bin file was gitignored by the global *.bin
rule but is required for cargo-check-all-benches CI job. This adds an
exception to .gitignore and includes the benchmark data file.
This commit is contained in:
2025-12-27 14:01:51 +03:00
parent cf23fed9c5
commit c41f7b3e9d
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@
.wasm-binaries .wasm-binaries
*.adoc *.adoc
*.bin *.bin
# Exception: sassafras benchmark data (required for CI)
!bizinikiwi/pezframe/sassafras/src/data/*.bin
*.iml *.iml
*.orig *.orig
*.rej *.rej