chore(publish): Keep the mlucas binaries out of git and the bundle

src/Script_ABC_Blanton/hammer/ is ~99 MB of unstripped mlucas ELF
binaries (avx512 / avx2 / avx / sse2 / generic-c). They come with the DUT
image, so this repo has no reason to carry them - and a binary tree that
size is permanent once committed: every clone pays for it forever.

publish.sh excluded them too, because rsync copies whatever happens to be
sitting in src/. Without the exclude the delivery bundle was ~100 MB from
a machine that had the binaries and ~200 KB from a fresh clone.

While there, usage() read a fixed line range of the header, so adding a
Version History entry pushed code into the usage text. It now reads up to
the first line of code.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014RetWKFZFG1ZHcitQAyhwM
This commit is contained in:
2026-09-06 17:21:39 +08:00
co-authored by Claude Opus 5
parent 1a06367ade
commit 4f2f9ed090
2 changed files with 17 additions and 2 deletions
+3
View File
@@ -31,3 +31,6 @@ publish/*
# 尚未上機驗證的腳本暫存區(不入 repo,測過再搬進 src/)
tmp/
# mlucas 的 ELF binary~99 MB),DUT image 已內含,不入 repo
src/Script_ABC_Blanton/hammer/