2
0

.gitattributes 351 B

1234567891011121314151617
  1. # Normalize line endings to auto.
  2. * text auto
  3. # Ensure that line endings for DOS batch files are not modified.
  4. *.bat -text
  5. # Ensure the following are treated as binary.
  6. *.cer binary
  7. *.graffle binary
  8. *.jar binary
  9. *.jpeg binary
  10. *.jpg binary
  11. *.keystore binary
  12. *.odg binary
  13. *.otg binary
  14. *.png binary
  15. *.hsx binary