diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-05-12 10:26:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 10:26:39 +0200 |
commit | 6ceed8ef273d4ea5d4904a52d211f5b730c45b12 (patch) | |
tree | d56da3f586196fd0885111402cab1b7628ec20af /.gitattributes | |
parent | d3bd219362cc66a3fe22ebd444f7f55305373414 (diff) | |
parent | 0325e9e03b62b6bbb3dd4abf7f20dd40b3959329 (diff) |
Merge pull request #38688 from Calinou/gitattributes-tza-binary
Mark `*.tza` files as binary in `.gitattributes` for old Git versions
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 40a5e6183f..88c00855d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,4 @@ thirdparty/* linguist-vendored *.jar binary *.png binary *.ttf binary +*.tza binary |