Commit Graph

3 Commits

Author SHA1 Message Date
alberic89
12a866c6b9
Update Zig.gitignore by adding zig-pgk/
As announced in the devlog https://ziglang.org/devlog/2026/#2026-02-06 all dependencies will now be fetched in the `zig-pgk` directory.
Unless you have a specific reason to include them in your source code, they should be ignored.
2026-02-23 17:31:27 +01:00
oittaa
6bc658a1c7
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.
2025-05-25 21:22:56 +02:00
Bruno Schaatsbergen
4b771ac75a
feat: add Zig.gitignore
Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
2024-09-07 14:21:37 +02:00