aboutsummaryrefslogtreecommitdiffstats
path: root/ArchLinuxPackages.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add .jar, .exe and .msiMarcel Korpel2015-05-281-0/+3
| | | | These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository
* Remove .SRCINFO (and old .AURINFO) from .gitignoreMarcel Korpel2015-05-281-4/+0
| | | | As of AUR 4.0.0 contributors have to maintain a GIT repository per project; .SRCINFO files need to be included in those
* Add .SRCINFOMarcel Korpel2014-11-231-0/+1
| | | | See https://lists.archlinux.org/pipermail/aur-dev/2014-November/002968.html
* ArchLinuxPackages: Ignore AUR metadata (.AURINFO)James Duley2014-10-261-0/+4
|
* Added other common compression formats.Francisco Pina Martins2014-03-211-0/+2
|
* Add .gitignore for Arch Linux PackagesLance Chen2013-10-011-0/+7
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>