summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2017-10-30 19:15:16 +0100
committerAllan McRae <allan@archlinux.org>2017-12-07 06:37:20 +0100
commit2fb8081d059cae1f6d22a0b63c3714b51c1c1093 (patch)
treeb1f2dacb37f04d700c367b7861801b101941a221 /scripts
parentc50ce453dc4adc1339577e3f0f1010590be3724f (diff)
downloadpacman-2fb8081d059cae1f6d22a0b63c3714b51c1c1093.tar.gz
pacman-2fb8081d059cae1f6d22a0b63c3714b51c1c1093.tar.xz
libmakepkg: fix .gitignore to simply ignore all generated .sh files
Prior to commit aca153bfa6b1bcd828f0b35db453bb9fea6a08bf some .sh files were not generated and simply included directly, and it was necessary to explicitly iterate all ignored files to prevent git from ignoring the directly-included files. However, now all .sh files are in fact generated so it makes no sense to list each one separately in the .gitignore file. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/libmakepkg/.gitignore18
1 files changed, 1 insertions, 17 deletions
diff --git a/scripts/libmakepkg/.gitignore b/scripts/libmakepkg/.gitignore
index ceb7bfc4..c97f963b 100644
--- a/scripts/libmakepkg/.gitignore
+++ b/scripts/libmakepkg/.gitignore
@@ -1,17 +1 @@
-integrity.sh
-integrity/*.sh
-lint_package.sh
-lint_package/*.sh
-lint_pkgbuild.sh
-lint_pkgbuild/*.sh
-source.sh
-source/*.sh
-srcinfo.sh
-tidy.sh
-tidy/*.sh
-util.sh
-util/message.sh
-util/option.sh
-util/parseopts.sh
-util/pkgbuild.sh
-util/source.sh
+*.sh