From: Bruno Haible Date: Thu, 18 May 2023 20:38:30 +0000 (+0200) Subject: gnulib-tool: Ignore .orig and .rej files under modules/. X-Git-Tag: v1.0~1321 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5963858a43f07187cb7e24b133fe8e8200b9a74b;p=gnulib.git gnulib-tool: Ignore .orig and .rej files under modules/. --- diff --git a/gnulib-tool b/gnulib-tool index c25ed47d9b..91461042cd 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -1815,8 +1815,8 @@ func_sanitize_modulelist () -e '/^TEMPLATE-EXTENDED$/d' \ -e '/^TEMPLATE-TESTS$/d' \ -e '/^\..*/d' \ - -e '/\.orig$/d' - -e '/\.rej$/d' + -e '/\.orig$/d' \ + -e '/\.rej$/d' \ -e '/~$/d' }