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/Makepkg

Signed-off-by: Lance Chen <cyen0312@gmail.com>
This commit is contained in:
Lance Chen 2013-09-28 01:57:16 +08:00
parent 060aed8a93
commit b3fd9b493f
No known key found for this signature in database
GPG Key ID: BD3F87DB6A0C53E2
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
*.tar
*.tar.*
*.log
*.log.*
*.sig
pkg/
src/