mirror of
https://github.com/godotengine/godot.git
synced 2025-01-17 07:23:06 +00:00
Merge pull request #29166 from akien-mga/teach-git-what-binaries-are
Git: Explicitly list binary files as such to avoid EOL change
This commit is contained in:
commit
5c1cce6e3f
9
.gitattributes
vendored
9
.gitattributes
vendored
@ -3,4 +3,13 @@
|
||||
*.inc linguist-language=cpp
|
||||
thirdparty/* linguist-vendored
|
||||
|
||||
# Normalize EOL for all files that Git considers text files
|
||||
* text=auto eol=lf
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user