From: Peter Jones Date: Tue, 17 Sep 2019 15:50:58 +0000 (+0200) Subject: gitattributes: Mark po/exclude.pot as binary so git won't try to diff nonprintables X-Git-Tag: grub-2.06-rc1~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e28d250a76a73041663616a9e660d8f7f3ac11;p=thirdparty%2Fgrub.git gitattributes: Mark po/exclude.pot as binary so git won't try to diff nonprintables Signed-off-by: Peter Jones Signed-off-by: Javier Martinez Canillas Reviewed-by: Daniel Kiper --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..33ffaa404 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +po/exclude.pot binary