From c9073cf3e2fc1f9f0a494871a642304f777d29d2 Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Thu, 28 May 2015 12:32:05 +0200 Subject: [PATCH 1/2] 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 --- ArchLinuxPackages.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore index dcf73900..43656b64 100644 --- a/ArchLinuxPackages.gitignore +++ b/ArchLinuxPackages.gitignore @@ -6,9 +6,5 @@ *.log.* *.sig -# AUR metadata -.AURINFO -.SRCINFO - pkg/ src/ From ebd27357db1285c7c689164236b62802859ff4be Mon Sep 17 00:00:00 2001 From: Marcel Korpel Date: Thu, 28 May 2015 12:37:43 +0200 Subject: [PATCH 2/2] Add .jar, .exe and .msi These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository --- ArchLinuxPackages.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore index 43656b64..b7390552 100644 --- a/ArchLinuxPackages.gitignore +++ b/ArchLinuxPackages.gitignore @@ -1,5 +1,8 @@ *.tar *.tar.* +*.jar +*.exe +*.msi *.zip *.tgz *.log