From db49380bb9d161e9868192e1bdfd3dfb23f258e1 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 17 Jun 2023 19:48:48 -0400 Subject: [PATCH] Update .gitignore to exclude by default --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3405631..fcf4663 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -/packwiz-installer-*.tar.zst -/pkg/ -/src/ -/packwiz-installer-bootstrap/ -/packwiz-installer/ +* +!PKGBUILD +!.SRCINFO +!packwiz-installer-bootstrap.sh +!packwiz-installer.sh