a73x

17f403bc

build: ignore zig-pkg

a73x   2026-08-18 12:38

Commit message
build: ignore zig-pkg

The dependency package cache lands in the working tree at 106MB. It is
derived, pinned by checksum in build.zig.zon, and rebuildable, so it
belongs beside zig-out/ and .zig-cache/ rather than in a status listing.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

.gitignore
Old New
@@ -1,5 +1,6 @@
1 zig-out/ 1 zig-out/
2 .zig-cache/ 2 .zig-cache/
3 zig-pkg
3 4
4 # TLS keylog dropped by wolfSSL debug builds — never commit session secrets. 5 # TLS keylog dropped by wolfSSL debug builds — never commit session secrets.
5 sslkeylog.log 6 sslkeylog.log