From bd604c34efa7666ea5fdde5ab33c9a0294945003 Mon Sep 17 00:00:00 2001 From: Peter Baumann Date: Fri, 5 Nov 2021 17:17:57 +0100 Subject: [PATCH] .gitattributes: set the binary attribute for the test files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8b940895..938ab37b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,3 +12,6 @@ # paket.exe will always create this file with CRLF line ending src/.paket/Paket.Restore.targets text eol=crlf + +# These files are binaries +src/GitTfsTest/Fixtures/vtccds/* binary