From: Richard Levitte Date: Thu, 18 Dec 2025 08:17:15 +0000 (+0100) Subject: Adjust .codespellrc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b15858a7f6bf468210deccf4cfffd44d2de5ef;p=thirdparty%2Fopenssl.git Adjust .codespellrc - add 'external/*' to the list of patterns to skip - add '*.csr' to the list of patterns to skip Reviewed-by: Norbert Pocs Reviewed-by: Nikola Pajkovsky (Merged from https://github.com/openssl/openssl/pull/29437) --- diff --git a/.codespellrc b/.codespellrc index 8103b70a7e4..8b10d35f8f5 100644 --- a/.codespellrc +++ b/.codespellrc @@ -332,6 +332,7 @@ skip = *.asc, *.bin, *.crt, + *.csr, *.css.map, *.eps, *.fr.utf-8, @@ -441,6 +442,7 @@ skip = CREDITS, CREDITS.TXT, DONATIONS, + external/*, jquery.js, jquery.min.map, localization*-[a-z][a-z]_[a-zA-Z][a-zA-Z].*,