Commit 696424ef3 for clamav.net

commit 696424ef361ff0e41cabfcbf269bff1c0bb98e9c
Author: Val S. <valsnyde@cisco.com>
Date:   Fri Feb 20 15:25:44 2026 -0500

    Windows: Fix unit tests with pure text PDF file (#1671)

    Git performs newline conversions on plain text files.
    Modify the .gitattributes files to prevent that for PDF files.

diff --git a/.gitattributes b/.gitattributes
index e282c932c..87214fe1d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,6 +8,7 @@

 # Files that should be left untouched (binary is macro for -text -diff)
 *.ref           binary
+*.pdf           binary

 # Preserve signature for .cargo/vendor files (from the tarabll)
 +/.cargo/vendor binary