publish/publish.sh packages src/Script_ABC_Blanton into
publish/Script_ABC_Blanton_<Ver>/, with -z for a zip, -f to overwrite,
-n for a dry run.
The version is read from Script A's "; Version :" header rather than
passed in, so the folder name cannot disagree with what the tester sees
on opening the macro. The header is CRLF, so the carriage return is
stripped -- left in, it becomes part of the directory name. Captured
logs are excluded (they carry DUT serials) but the empty logs/ is kept
because logopen writes there. .gitignore now admits the tool while
still ignoring its output.
config.ttl: testcase ENV, margin scan off for this run.
Docs brought up to date with the 14 commits since 8aa5c90 -- SWB
channel/address map, the traffic and BMC tooling, line-ending policy,
and the exec-bit and tail -f traps.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014RetWKFZFG1ZHcitQAyhwM
26 lines
480 B
Plaintext
26 lines
480 B
Plaintext
# secret/ 全部忽略,但保留 README 與範本
|
|
secret/*
|
|
!secret/README.md
|
|
!secret/*.example
|
|
!secret/.gitkeep
|
|
|
|
# AI 協作素材不入 git
|
|
For_AI/
|
|
|
|
# 測試 log(含 DUT 序號 / MAC / 韌體版本,保留目錄結構即可)
|
|
*.log
|
|
!**/logs/.gitkeep
|
|
!**/Logs/.gitkeep
|
|
|
|
# 打包輸出:產出不進 git,打包工具本身要進
|
|
publish/*
|
|
!publish/.gitkeep
|
|
!publish/publish.sh
|
|
|
|
# Office 暫存檔
|
|
~$*
|
|
|
|
# 客戶板 schematic 原始檔(機密,勿入 repo)
|
|
*.DSN
|
|
*.dsn
|