Browse Source

Merge pull request #333 from ramonsmits/patch-1

Treat *.pfx as binary so CRLF will not change it
pull/335/head
Cesar De la Torre 7 years ago
committed by GitHub
parent
commit
202e663f77
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .gitattributes

+ 7
- 0
.gitattributes View File

@ -62,3 +62,10 @@
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
###############################################################################
# Certificates are binary
###############################################################################
*.pfx binary

Loading…
Cancel
Save