Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add .gitattributes file to mark binaries
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
  • Loading branch information
dlenski committed Feb 24, 2021
1 parent 4138108 commit 518884e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
@@ -0,0 +1,10 @@
# images and icons
*.ico -text
*.png -text

# certificates and keys under tests/
*.p12 -text
*.der -text

# SoftHSM objects
*.object -text

0 comments on commit 518884e

Please sign in to comment.