.gitattributes 201 B

12345678910111213
  1. # images and icons
  2. *.ico -text
  3. *.png -text
  4. # certificates and keys under tests/
  5. *.p12 -text
  6. *.der -text
  7. # SoftHSM and SwTPM objects
  8. *.object -text
  9. tests/softhsm/*/generation -text
  10. swtpm*.state -text