From 7ac63e0c33dccc892c423841a86d075eefa0946f Mon Sep 17 00:00:00 2001 From: Quintus van Houdt Date: Mon, 18 Mar 2024 23:10:15 +0100 Subject: [PATCH] Add additional attributes for the binary files. --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 1bd8c722a..1eb49ffed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,6 @@ # Ensure lf on all machines to ensure identical snapshot outputs -* text eol=lf \ No newline at end of file +* text eol=lf + +# Ensure tgz files are binary handled +*.tgz binary +*.png binary \ No newline at end of file