.gitattributes 335 B

1234567891011121314
  1. # Define the line ending behavior of the different file extensions
  2. # Set default behaviour, in case users don't have core.autocrlf set.
  3. * text=auto
  4. * text eol=lf
  5. # Denote all files that are truly binary and should not be modified.
  6. *.png binary
  7. *.jpg binary
  8. *.gif binary
  9. *.ico binary
  10. *.mo binary
  11. *.pdf binary
  12. *.dll binary
  13. *.exe binary