mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
chore: add aur pkg gitignore
This commit is contained in:
9
assets/pkg/aur/copy-gitignore.sh
Executable file
9
assets/pkg/aur/copy-gitignore.sh
Executable 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
|
3
assets/pkg/aur/pkg.gitignore
Normal file
3
assets/pkg/aur/pkg.gitignore
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!PKGBUILD
|
||||
!.SRCINFO
|
Reference in New Issue
Block a user