This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2024-12-28 10:15:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6eeebe6f49
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 18:37:43 +08:00
*.jar
*.exe
*.msi
Added other common compression formats.
2014-03-21 23:23:57 +08: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 08:42:12 +08: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