From 0325e9e03b62b6bbb3dd4abf7f20dd40b3959329 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 12 May 2020 09:49:19 +0200 Subject: [PATCH] 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). --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 40a5e6183f8..88c00855d8b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,4 @@ thirdparty/* linguist-vendored *.jar binary *.png binary *.ttf binary +*.tza binary