Skip to content

Commit 00fe9c8

Browse files
hyperpolymathclaude
andcommitted
fix: remove tracked build artifacts, update gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8cf4a64 commit 00fe9c8

7 files changed

Lines changed: 7 additions & 2 deletions

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,15 @@ htmlcov/
9494
STRATEGIC_ANALYSIS.md
9595
docs/strategic/
9696

97-
# Shared libraries
97+
# Shared libraries and object files
98+
*.o
9899
*.so
100+
*.so.*
99101
*.dylib
100102

103+
# Zig build artifacts
104+
.zig-cache/
105+
zig-out/
106+
101107
# Crash recovery artifacts
102108
ai-cli-crash-capture/

impl/elixir/priv/lib/libElixir.VSH.NIF.so.0

Lines changed: 0 additions & 1 deletion
This file was deleted.
-3 MB
Binary file not shown.

impl/zig/Extraction.o

-69.2 KB
Binary file not shown.

impl/zig/FileOperations.o

-7.56 KB
Binary file not shown.

impl/zig/FilesystemComposition.o

-35 KB
Binary file not shown.

impl/zig/FilesystemModel.o

-46.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)