From 89ebb3bb2f60a0ca09c0d516899579eab0ba63fc Mon Sep 17 00:00:00 2001 From: Breadway Date: Wed, 15 Jul 2026 19:18:25 +0800 Subject: [PATCH] Ignore local makepkg build artifacts --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 45cd856..2b60600 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,12 @@ /target/ **/*.pdb +# makepkg local build artifacts +packaging/pkg/ +packaging/src/ +packaging/*.tar.gz +packaging/*.pkg.tar.zst + # Editor / IDE .vscode/ .idea/