chore: add aur pkg gitignore

This commit is contained in:
javalsai 2024-08-29 11:26:15 +02:00
parent 0ec08db8f8
commit e4e946a7d1
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#/usr/bin/env bash
set -e
MYSELF=$(realpath "$0")
MYDIR=$(dirname "$MYSELF")
for pkg in "$MYDIR"/*/; do
cp "$MYDIR/pkg.gitignore" "$pkg/.gitignore"
done

View File

@ -0,0 +1,3 @@
*
!PKGBUILD
!.SRCINFO