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-12-23 13:20:17 +01:00
Code
Issues
Releases
Wiki
Activity
gitignore
/
ArchLinuxPackages.gitignore
14 lines
75 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-28 01:57:16 +08:00
*.tar
*.tar.*
Add .jar, .exe and .msi These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository
2015-05-28 12:37:43 +02:00
*.jar
*.exe
*.msi
Added other common compression formats.
2014-03-21 15:23:57 +00: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-28 01:57:16 +08:00
*.log
*.log.*
*.sig
ArchLinuxPackages: Ignore AUR metadata (.AURINFO)
2014-10-26 13:42:12 +13: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>
2013-09-28 01:57:16 +08:00
pkg/
src/
Reference in New Issue
Copy Permalink