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/