mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
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:
parent
060aed8a93
commit
b3fd9b493f
1 changed files with 7 additions and 0 deletions
7
ArchLinuxPackages.gitignore
Normal file
7
ArchLinuxPackages.gitignore
Normal file
|
@ -0,0 +1,7 @@
|
|||
*.tar
|
||||
*.tar.*
|
||||
*.log
|
||||
*.log.*
|
||||
*.sig
|
||||
pkg/
|
||||
src/
|
Loading…
Add table
Reference in a new issue