Browse Source

Merge pull request #38688 from Calinou/gitattributes-tza-binary

Mark `*.tza` files as binary in `.gitattributes` for old Git versions
Rémi Verschelde 5 years ago
parent
commit
6ceed8ef27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

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