From 4bab386cc64512ef4e1f1164c059741f148926a0 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 20 Nov 2016 12:25:38 -1000 Subject: [PATCH] Treat *.der as binary in .gitattributes. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e825e55..41ca663 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto !eol +*.der binary *.sln eol=crlf *.vcxproj eol=crlf *.vcxproj.filters eol=crlf