[pacman-dev,v3,1/4] libmakepkg: fix .gitignore to simply ignore all generated .sh files

Message ID 20171030181519.24501-1-eschwartz@archlinux.org
State Accepted, archived
Headers show
Series [pacman-dev,v3,1/4] libmakepkg: fix .gitignore to simply ignore all generated .sh files | expand

Commit Message

Eli Schwartz Oct. 30, 2017, 6:15 p.m. UTC
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>
---
 scripts/libmakepkg/.gitignore | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

Patch

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