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-01 01:28:44 +01:00
Code
Issues
Releases
Wiki
Activity
157dd31788
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-27 19:57:16 +02: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 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
ArchLinuxPackages: Ignore AUR metadata (.AURINFO)
2014-10-26 02:42:12 +02: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-27 19:57:16 +02:00
pkg/
src/
Reference in New Issue
Copy Permalink