From 96d8e1d478de02455e582b7ef7802c228b509e28 Mon Sep 17 00:00:00 2001 From: alberic89 Date: Sat, 20 Jun 2026 15:45:22 +0200 Subject: [PATCH] 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 --- options/gitignore/Zig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options/gitignore/Zig b/options/gitignore/Zig index 0180838aed..cf2cf263ec 100644 --- a/options/gitignore/Zig +++ b/options/gitignore/Zig @@ -1,3 +1,7 @@ .zig-cache/ zig-out/ *.o +zig-pkg/ +build/ +build-*/ +docgen_tmp/