mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
45 lines
459 B
Text
45 lines
459 B
Text
# AUR package build artifacts
|
|
*.pkg.tar.zst
|
|
*.pkg.tar.xz
|
|
*.pkg.tar.gz
|
|
*.pkg.tar.bz2
|
|
*.pkg.tar.lzo
|
|
*.pkg.tar.lrz
|
|
*.pkg.tar.lz4
|
|
*.pkg.tar.zst.sig
|
|
|
|
# Source tarballs (downloaded during build)
|
|
*.tar.gz
|
|
*.tar.xz
|
|
*.tar.bz2
|
|
*.zip
|
|
|
|
# Build directories
|
|
pkg/
|
|
src/
|
|
*.orig
|
|
|
|
# makepkg logs
|
|
makepkg.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*~
|
|
|
|
# Python cache (if any)
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|