gitforge/options/gitignore/Zig
alberic89 96d8e1d478 chore: Update Zig gitignore (#11422)
As announced in the devlog all Zig dependencies will now be fetched in the `zig-pgk` directory. Unless the programmer have a specific reason to include them in your source code, they should be ignored.
https://ziglang.org/devlog/2026/#2026-02-06

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11422
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
2026-06-20 15:45:22 +02:00

7 lines
62 B
Text

.zig-cache/
zig-out/
*.o
zig-pkg/
build/
build-*/
docgen_tmp/