summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Peukert2024-01-28 00:10:15 +0100
committerDaniel Peukert2024-01-28 00:10:15 +0100
commit44d6ece1a28be3c5202cb9fb78f34f312c333d80 (patch)
treeddcd88ffe458c3bb4c1250eb885b0d3a23d1f5a2 /.gitignore
parent70ec62590930b5e19c4e50dff5c757f37ffb4d27 (diff)
downloadaur-44d6ece1a28be3c5202cb9fb78f34f312c333d80.tar.gz
Sync pkgbuilds repo with AUR
Diffstat (limited to '.gitignore')
-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