Skip to content

Commit b3fd9b4

Browse files
committed
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 <[email protected]>
1 parent 060aed8 commit b3fd9b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ArchLinuxPackages.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.tar
2+
*.tar.*
3+
*.log
4+
*.log.*
5+
*.sig
6+
pkg/
7+
src/

0 commit comments

Comments
 (0)