From 88b4cd047fa627cdca6781bc7e7dc8b75a2cecb9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 20 Jul 2026 19:59:48 -0700 Subject: [PATCH] gitignore: add zig-pkg so switching between branches doesn't produce noise --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 699ac9a5f..c1e9554fc 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .flatpak-builder/ zig-cache/ .zig-cache/ +zig-pkg/ zig-out/ build-cmake/ CMakeCache.txt