From e0a2c8319d415529377cd3fcc0db9f85047a93c9 Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Sun, 3 Jul 2022 16:16:13 +0200 Subject: [PATCH] add binary attributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 20570f2f..4845e114 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,13 @@ * text eol=lf *.exe binary +*.dll binary +*.pdb binary +*.wsf binary +*.vbs binary *.png binary *.jpg binary *.jpeg binary +*.gif binary *.ico binary *.icns binary *.eot binary