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(-) 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 -- 2.15.0