From 153ae40aa6f0130e3f8cc7f922c969be36bb3a53 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Tue, 31 Dec 2019 11:36:35 +0100 Subject: [PATCH] Probably best to move VSTool wildcard further up --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6ee779fe3a..77d32c5c85 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,8 @@ * text eol=lf +# VSTool +indra/tools/vstool/* -text + # Images *.bmp binary *.BMP binary @@ -21,8 +24,5 @@ *.dll binary *.exe binary -# VSTool -indra/tools/vstool/* -text - # Windows Manifest files *.manifest text eol=crlf