You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Mark *.tza files as binary in .gitattributes for old Git versions
This prevents `thirdparty/oidn/weights/rtlightmap_hdr.tza` from always being considered as modified when using an old Git version (such as the one on Ubuntu 16.04).
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -13,3 +13,4 @@ thirdparty/* linguist-vendored
|
|||||||
*.jar binary
|
*.jar binary
|
||||||
*.png binary
|
*.png binary
|
||||||
*.ttf binary
|
*.ttf binary
|
||||||
|
*.tza binary
|
||||||
|
|||||||
Reference in New Issue
Block a user