From 9e48e919e7f2bd29ae3bd664646c28d9baf6d0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 13 May 2025 00:05:42 +0200 Subject: [PATCH] .gitattributes: Mark abilists files as binary. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 765de8915d..656dca63fb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,8 @@ *.txt text eol=lf langref.html.in text eol=lf +lib/libc/*/abilists binary + lib/std/compress/testdata/** binary lib/std/compress/flate/testdata/** binary lib/std/compress/lzma/testdata/** binary