From c02bc2ef070732268fc738e157a55bd55f87b188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 13 Nov 2013 19:14:54 +0100 Subject: [PATCH] Changed .mo files from text to binary Kudos to @ADmad https://github.com/cakephp/cakephp/commit/ab2edbe4ddd78ad6fc9b9887d3a6c5d0259829e3#commitcomment-4555720 --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 357c93035..fc3f49166 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,7 +9,6 @@ *.ctp text *.sql text *.md text -*.mo text *.po text *.js text *.css text @@ -30,4 +29,5 @@ *.png binary *.jpg binary *.gif binary -*.ico binary \ No newline at end of file +*.ico binary +*.mo binary \ No newline at end of file