011667c8e4
The PR branch contained the unpacked Linux 7.0 source tree (~81k files, ~38M additions) under src/. These are makepkg build-dir artifacts that should never be committed; PKGBUILD downloads + extracts them at build time. Their presence inflated the PR file-count display to 81030 changed files. Removed src/ from tracking and added a stronger .gitignore in the package dir to prevent regressions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
20 lines
266 B
Plaintext
20 lines
266 B
Plaintext
# makepkg outputs and intermediate state
|
|
src/
|
|
pkg/
|
|
*.pkg.tar.zst
|
|
*.pkg.tar.zst.sig
|
|
*-build.log*
|
|
*-prepare.log
|
|
*-package_*.log
|
|
*.tar.xz
|
|
*.tar.sign
|
|
*.patch.zst
|
|
*.patch.zst.sig
|
|
logpipe.*
|
|
|
|
# build-time artifacts that must never be committed
|
|
src/
|
|
*.tar.xz
|
|
*.tar.zst
|
|
pkg/
|