mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
chore: add aur pkg gitignore
This commit is contained in:
parent
0ec08db8f8
commit
e4e946a7d1
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
|
Loading…
x
Reference in New Issue
Block a user