Skip to content

Commit 6bc658a

Browse files
authored
Zig.gitignore add *.o
$ zig version 0.14.1 If you run `zig build-exe myfile.zig` it will generate myfile.o in addition to the executable in the current directory. I think those should be ignored even though they are usually in the zig-out directory if you use the proper build system.
1 parent eb414f2 commit 6bc658a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Zig.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.zig-cache/
22
zig-out/
3+
*.o

0 commit comments

Comments
 (0)