Files
peerspeak/.gitignore
T
molluskandClaude Opus 4.8 45cea799ec chore: gitignore makepkg build artifacts
Building packaging/PKGBUILD in place leaves scratch dirs (src/, pkg/,
peerspeak/ clone), the built *.pkg.tar.* and makepkg *.log behind, and
also rewrites pkgver in PKGBUILD. Ignore the scratch outputs so an
in-tree `makepkg` no longer pollutes git status. (Cleanest is still to
build from a copy outside the repo.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-12 21:07:39 -04:00

9 lines
173 B
Plaintext

/target
# makepkg build artifacts (when building packaging/PKGBUILD in place)
/packaging/src/
/packaging/pkg/
/packaging/peerspeak/
/packaging/*.pkg.tar.*
/packaging/*.log