.gitattributes 404 B

12345678910111213141516171819
  1. # Auto detect text files and perform LF normalization
  2. * text eol=lf
  3. # Explicitly declare text files you want to always be normalized and converted
  4. # to native line endings on checkout.
  5. *.asm text
  6. # Denote all files that are truly binary and should not be modified.
  7. *.png binary
  8. *.2bpp binary
  9. *.1bpp binary
  10. *.rle binary
  11. *.tilecoll binary
  12. *.bst binary
  13. *.map binary
  14. *.wav binary
  15. *.blk binary
  16. *.pic binary