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.
This commit is contained in:
alberic89 2026-02-23 17:31:27 +01:00 committed by GitHub
parent b4105e73e4
commit 12a866c6b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
.zig-cache/
zig-out/
zig-pkg/
*.o