]> git.ipfire.org Git - thirdparty/openssl.git/commit
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)
commitdfaea0aa4bd789dd7e51d94643f403afb0dd532a
tree15fc182a09f5ed01bfcb026c6f8eb2135a3aec2c
parent220f5be6908631759d56c7a6458be8385d984260
Ignore generated assembler files for cpuid functions

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