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