* gnulib-tool (func_sanitize_modulelist): Exclude also files whose name
ends in .orig or .rej.
* pygnulib/GLModuleSystem.py (GLModuleSystem.file_is_module): Likewise.
+2023-05-18 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool: Ignore .orig and .rej files under modules/.
+ * gnulib-tool (func_sanitize_modulelist): Exclude also files whose name
+ ends in .orig or .rej.
+
2023-05-18 Bruno Haible <bruno@clisp.org>
uchar: Fix error when <uchar.h> is included twice.
-e '/^TEMPLATE-EXTENDED$/d' \
-e '/^TEMPLATE-TESTS$/d' \
-e '/^\..*/d' \
+ -e '/\.orig$/d' \
+ -e '/\.rej$/d' \
-e '/~$/d'
}