From 8ee0087cbff1953750a5ed30f6bae9b07c734f85 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Tue, 23 May 2023 15:20:17 -0300 Subject: [PATCH] Consider ODG files as binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 036b1ba6..abfd11f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ *.jpg binary *.png binary *.mmdb binary +*.odg binary