]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Ignore generated assembler files for cpuid functions
authorHolger Dengler <dengler@linux.ibm.com>
Thu, 21 Aug 2025 12:14:04 +0000 (14:14 +0200)
committerTodd Short <todd.short@me.com>
Fri, 22 Aug 2025 14:44:07 +0000 (10:44 -0400)
The architecture-specific code to detect CPU features at runtime is
generated from Perl Assembler. Modify the ignore pattern to match the
generated .S files for all architectures.

Signed-off-by: Holger Dengler <dengler@linux.ibm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/28318)

.gitignore

index ed2d2ae1a6679f0f88b5ed77b5c7136dbd6be65f..ed722bcf1c6f2bdaf7c08f470256b49b90b5a1af 100644 (file)
@@ -348,7 +348,7 @@ providers/implementations/rands/test_rng.c
 # Auto generated assembly language source files
 *.s
 !/crypto/*/asm/*.s
-/crypto/arm*.S
+/crypto/*.S
 /crypto/*/*.S
 *.asm
 !/crypto/*/asm/*.asm