Skip to content

Commit abdeab5

Browse files
hyperpolymathclaude
andcommitted
chore: gitignore zig-out and .so, untrack libgateway.so
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4dc980 commit abdeab5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ htmlcov/
7373
*.log
7474
/logs/
7575

76+
# Zig
77+
ffi/zig/zig-out/
78+
**/.zig-cache/
79+
80+
# Shared libraries
81+
*.so
82+
*.dylib
83+
7684
# Temp
7785
/tmp/
7886
*.tmp

ffi/zig/zig-out/lib/libgateway.so

-6.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)