1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 16:30:13 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Marcel Korpel
ebd27357db 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
Marcel Korpel
c9073cf3e2 Remove .SRCINFO (and old .AURINFO) from .gitignore
As of AUR 4.0.0 contributors have to maintain a GIT repository per project; .SRCINFO files need to be included in those
2015-05-28 12:32:05 +02:00
Marcel Korpel
2d62f6c591 Add .SRCINFO
See https://lists.archlinux.org/pipermail/aur-dev/2014-November/002968.html
2014-11-23 16:59:38 +01:00
James Duley
778c57b913 ArchLinuxPackages: Ignore AUR metadata (.AURINFO) 2014-10-26 13:45:18 +13:00
Francisco Pina Martins
22e99e7a89 Added other common compression formats. 2014-03-21 15:23:57 +00:00
Lance Chen
b3fd9b493f
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-10-01 23:04:24 +08:00