From: Neil Horman Date: Wed, 10 Jul 2024 18:04:46 +0000 (-0400) Subject: ignore various files in commit checker X-Git-Tag: openssl-3.4.0-alpha1~355 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=861e1f450c808bdf675bbf0d3e17303a3f16d06c;p=thirdparty%2Fopenssl.git ignore various files in commit checker Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/24845) --- diff --git a/util/check-format-commit.sh b/util/check-format-commit.sh index 7e712dc48cf..835645131b6 100755 --- a/util/check-format-commit.sh +++ b/util/check-format-commit.sh @@ -20,7 +20,16 @@ EXCLUDED_FILE_REGEX=("\.pod" \ "\.pm" \ "\.t" \ "\.yml" \ - "\.sh") + "\.sh" \ + "\.cnf" \ + "\.conf" \ + "\.info" \ + "\.md" \ + "\.S" \ + "\.pem" \ + "\.txt" \ + "\.dat" \ + "Configure") # Exit code for the script EXIT_CODE=0