Files
marfrit-packages/arch/linux-pinetab2-danctnix-besser/.gitignore
T
claude-noether 011667c8e4 linux-pinetab2-danctnix-besser: drop accidentally-committed kernel src tree
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>
2026-05-18 19:33:43 +00:00

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/