.gitattributes 407 B

12345678910111213141516
  1. # Properly detect languages on Github
  2. *.h linguist-language=cpp
  3. *.inc linguist-language=cpp
  4. thirdparty/* linguist-vendored
  5. # Normalize EOL for all files that Git considers text files
  6. * text=auto eol=lf
  7. # The above only works properly for Git 2.10+, so for older versions
  8. # we need to manually list the binary files we don't want modified.
  9. *.icns binary
  10. *.ico binary
  11. *.jar binary
  12. *.png binary
  13. *.ttf binary