summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-01-28 00:02:45 +0100
committerDaniel Peukert2024-01-28 00:02:45 +0100
commita13dc2735428d61de45e1b9e77028d66173be16b (patch)
tree085c8db9a4cddc2abf4410f4af6b5cec53e4328b
parentca4f93bcef587966eb457c54bdd45b4b1fcbec69 (diff)
downloadaur-a13dc2735428d61de45e1b9e77028d66173be16b.tar.gz
Sync pkgbuilds repo with AUR
-rw-r--r--.gitignore28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 82b3c183d5d4..076d904dd4ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,14 @@
-# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
-*.tar
-*.tar.*
-*.rpm
-*.jar
-*.exe
-*.msi
-*.zip
-*.tgz
-*.log
-*.log.*
-*.sig
-
-*/
+# Only exclude files from the root of the package repo, as some AUR helpers download sources into the directory of the repo,
+# which causes the gitignore file to apply to them too, which breaks some builds
+# Based on https://github.com/github/gitignore/blob/main/ArchLinuxPackages.gitignore
+/*.tar
+/*.tar.*
+/*.rpm
+/*.jar
+/*.exe
+/*.msi
+/*.zip
+/*.tgz
+/*.log
+/*.log.*
+/*.sig