2
0
mirror of https://github.com/godotengine/godot.git synced 2025-03-01 23:21:39 +08:00
godot/.gitattributes
Rémi Verschelde a28bf56ef9 GH linguist: properly detect .inc files as C++
Also drop two unnecessary speex buildsystem files.
2016-07-03 15:17:25 +02:00

10 lines
170 B
Plaintext

# Properly detect languages on Github
*.h linguist-language=cpp
*.inc linguist-language=cpp
drivers/* linguist-vendored
*.cpp eol=lf
*.h eol=lf
*.py eol=lf
*.hpp eol=lf