.gitattributes: Mark *.bmp, *.bson, *.mp3, *.pdf as binary.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-02-07 13:09:18 -08:00 committed by Tim Abbott
parent cd9b9675cd
commit f0e07bcacb
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored
View File

@ -26,3 +26,7 @@ corporate/tests/stripe_fixtures/*.json -diff
*.otf binary *.otf binary
*.tif binary *.tif binary
*.ogg binary *.ogg binary
*.bson binary
*.bmp binary
*.mp3 binary
*.pdf binary