Skip to content

Commit ea2e481

Browse files
committed
chore: update zig .gitignore to ignore compile output.
1 parent 4f1b095 commit ea2e481

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

compiled_starters/zig/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ zig-cache/
33
zig-out/
44

55
# Compiled binary output
6+
main
67
bin/
78
!bin/.gitkeep
89

solutions/zig/01-init/code/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ zig-cache/
33
zig-out/
44

55
# Compiled binary output
6+
main
67
bin/
78
!bin/.gitkeep
89

starter_templates/zig/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ zig-cache/
33
zig-out/
44

55
# Compiled binary output
6+
main
67
bin/
78
!bin/.gitkeep
89

0 commit comments

Comments
 (0)