From 0d7e19aaa8916898254c2ad32a18d677dc1a7efc Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Mon, 11 Oct 2021 05:41:03 +0200 Subject: [PATCH] Exclude UTF-16 translate files from autocrlf --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1dca006d..1fa77fa7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,3 +26,5 @@ *.props filter= diff= merge= text eol=crlf *.inl filter= diff= merge= text eol=crlf *.flm filter= diff= merge= text eol=crlf +*.dlstrings filter= diff= merge= -text +translate_*.txt filter= diff= merge= -text