2016-05-30 16:30:36 +00:00
|
|
|
# Properly detect languages on Github
|
|
|
|
*.h linguist-language=cpp
|
2016-07-03 13:17:25 +00:00
|
|
|
*.inc linguist-language=cpp
|
2019-05-22 07:10:47 +00:00
|
|
|
thirdparty/* linguist-vendored
|
2016-05-30 16:30:36 +00:00
|
|
|
|
2019-05-25 08:42:12 +00:00
|
|
|
# Normalize EOL for all files that Git considers text files
|
2019-05-22 07:10:47 +00:00
|
|
|
* text=auto eol=lf
|
2019-05-25 08:42:12 +00:00
|
|
|
|
|
|
|
# The above only works properly for Git 2.10+, so for older versions
|
|
|
|
# we need to manually list the binary files we don't want modified.
|
|
|
|
*.icns binary
|
|
|
|
*.ico binary
|
|
|
|
*.jar binary
|
|
|
|
*.png binary
|
|
|
|
*.ttf binary
|