From 288288ee859685bbcc26e236bed0e40411d5deb1 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Wed, 29 Nov 2023 17:13:04 -0800 Subject: [PATCH] git: do not treat golden files as text (#452) --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3e32b88..6f76881 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ # Auto detect text files and perform LF normalization -* text=auto -*.raw -text +* text=auto +*.golden -text +*.raw -text # Custom for Visual Studio *.cs diff=csharp