Commit 0d9cc74b73 for aom

commit 0d9cc74b73241beef46c1a445fd7e6cd550ef21d
Author: Wan-Teh Chang <wtc@google.com>
Date:   Mon Mar 23 15:56:51 2026 -0700

    Allow patch files to have trailing spaces

    A patch file generated by the "git diff" command may have lines
    consisting of a single space character.

    Change-Id: I4b7038bc795cf8e3581d472492d45bb578a01a19

diff --git a/.gitattributes b/.gitattributes
index ffc6912a98..991963ad2d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -16,3 +16,4 @@
 *.pjt        -crlf
 *.vcp        -crlf
 *.inf        -crlf
+*.patch      -whitespace