From f0e07bcacb3b63e1f4baff78a86c35eb13a0f260 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 7 Feb 2022 13:09:18 -0800 Subject: [PATCH] .gitattributes: Mark *.bmp, *.bson, *.mp3, *.pdf as binary. Signed-off-by: Anders Kaseorg --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 195981d296..c0a7b0b09c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -26,3 +26,7 @@ corporate/tests/stripe_fixtures/*.json -diff *.otf binary *.tif binary *.ogg binary +*.bson binary +*.bmp binary +*.mp3 binary +*.pdf binary