summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Peukert2023-10-12 01:25:59 +0200
committerDaniel Peukert2023-10-12 01:25:59 +0200
commita1d5a081ecb45751da910089956b05f316ba420e (patch)
tree4dc53de8a7e63ca198bc4d8d132dc4c3f99ed75a /.gitignore
parent6226b28c3b15fcd2dc6b6eabf640b12cba7e12a8 (diff)
downloadaur-a1d5a081ecb45751da910089956b05f316ba420e.tar.gz
Update mongodb-compass to 1.40.3, mongodb-compass-beta to 1.40.3-beta.4
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 82b3c183d5d4..004b0a3a8706 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/master/ArchLinuxPackages.gitignore
+/*.tar
+/*.tar.*
+/*.rpm
+/*.jar
+/*.exe
+/*.msi
+/*.zip
+/*.tgz
+/*.log
+/*.log.*
+/*.sig