]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add clang-format file exclusions for generated files related to OBJ
authorslontis <shane.lontis@oracle.com>
Mon, 12 Jan 2026 05:58:34 +0000 (16:58 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 13 Jan 2026 10:13:33 +0000 (11:13 +0100)
objects.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Tue Jan 13 10:13:37 2026
(Merged from https://github.com/openssl/openssl/pull/29599)

.pre-commit-config.yaml

index 2565246b2a949c126c83f367175f7073386e12c1..aab58f03a3b0f1c23ad35266a771f1c6cef1513a 100644 (file)
@@ -11,3 +11,9 @@ repos:
         types_or: []
         files: '\.c\.in$|\.h\.in$|\.c$|\.h$'
         args: ["--style=file"]
+        exclude: |
+            (?x)^(
+                  crypto/objects/obj_dat.h|
+                  crypto/objects/obj_xref.h|
+                  include/openssl/obj_mac.h
+                 )$