mirror of
https://github.com/github/gitignore
synced 2025-06-27 09:09:57 +02:00
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.
This commit is contained in:
parent
eb414f229b
commit
6bc658a1c7
@ -1,2 +1,3 @@
|
|||||||
.zig-cache/
|
.zig-cache/
|
||||||
zig-out/
|
zig-out/
|
||||||
|
*.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user