From e3769d9fd172a1c740db122f081369f438c6388f Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sat, 6 May 2017 12:05:16 -1000 Subject: [PATCH] Mark binary files as binary in .gitattributes. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 35a6201ff..bf4e88576 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,5 @@ *.bat eol=crlf *.rc eol=crlf *.pl linguist-language=Assembly +*.bin binary +*.der binary