From 6b2a4ed4d462ccc04ac7f6caa7cf67e364dc8ebf Mon Sep 17 00:00:00 2001 From: Ramon Smits Date: Wed, 13 Sep 2017 15:59:58 +0200 Subject: [PATCH] Treat *.pfx as binary so CRLF will not change it --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index ef8281262..f2943e52e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -62,3 +62,10 @@ #*.PDF diff=astextplain #*.rtf diff=astextplain #*.RTF diff=astextplain + + +############################################################################### +# Certificates are binary +############################################################################### +*.pfx binary +