feat(zig): native Arboricx bundle parser and C ABI
This commit is contained in:
13
ext/zig/.gitignore
vendored
Normal file
13
ext/zig/.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Zig build artifacts
|
||||
.zig-cache/
|
||||
zig-out/
|
||||
|
||||
# Generated binaries (keep .c sources, ignore compiled artifacts)
|
||||
/c_abi_test
|
||||
/c_abi_append_test
|
||||
c_abi_append_shared
|
||||
tests/c_abi_append_test
|
||||
|
||||
# Temp files
|
||||
*.o
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user