This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-11-04 19:08:52 +01:00
Code
Issues
Releases
Wiki
Activity
7586adef5c
gitignore
/
ArchLinuxPackages.gitignore
10 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2013-09-27 19:57:16 +02:00
*.tar
*.tar.*
Added other common compression formats.
2014-03-21 16:23:57 +01:00
*.zip
*.tgz
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>
2013-09-27 19:57:16 +02:00
*.log
*.log.*
*.sig
pkg/
src/
Reference in New Issue
Copy Permalink