mirror of
https://github.com/github/gitignore
synced 2024-10-31 17:18:45 +01:00
b3fd9b493f
Mandatory files for a Arch Linux package are * PKGBUILD * install scripts, if any * user defined configs/patches, if any This .gitignore ignores files that are generated/downloaded by makepkg automatically. Refs: * https://wiki.archlinux.org/index.php/Creating_Packages * https://wiki.archlinux.org/index.php/Makepkg Signed-off-by: Lance Chen <cyen0312@gmail.com>
8 lines
44 B
Plaintext
8 lines
44 B
Plaintext
*.tar
|
|
*.tar.*
|
|
*.log
|
|
*.log.*
|
|
*.sig
|
|
pkg/
|
|
src/
|