Skip to content

Commit

Permalink
Treat *.pfx as binary so CRLF will not change it
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsmits authored Sep 13, 2017
1 parent 7a0331e commit 6b2a4ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain


###############################################################################
# Certificates are binary
###############################################################################
*.pfx binary

0 comments on commit 6b2a4ed

Please sign in to comment.