Add .gitignore for Arch Linux Packages

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/MakepkgSigned-off-by: 's avatarLance Chen <cyen0312@gmail.com>
parent 060aed8a
*.tar
*.tar.*
*.log
*.log.*
*.sig
pkg/
src/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment