mirror of
https://github.com/github/gitignore.git
synced 2025-12-27 09:45:00 -05:00
$ 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.
4 lines
25 B
Plaintext
4 lines
25 B
Plaintext
.zig-cache/
|
|
zig-out/
|
|
*.o
|