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:
Hugo Locurcio 2020-05-12 09:49:19 +02:00
parent 66b0b0c153
commit 0325e9e03b
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -13,3 +13,4 @@ thirdparty/* linguist-vendored
*.jar binary
*.png binary
*.ttf binary
*.tza binary