- Use subshell for cd in aur-update-all recipe - Add .SRCINFO to root .gitignore 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
/target
|
|
CLAUDE.md
|
|
media.md
|
|
|
|
# AUR packages (each is its own git repo for aur.archlinux.org)
|
|
aur/*/.git/
|
|
aur/*/pkg/
|
|
aur/*/src/
|
|
aur/*/*.tar.zst
|
|
aur/*/*.tar.gz
|
|
aur/*/*.tar.xz
|
|
aur/*/*.pkg.tar.*
|
|
# Keep PKGBUILD and .SRCINFO tracked
|
|
.SRCINFO
|