From 9214e39b3c43c344b125adbe71f374eb8f1a11c7 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 17 Feb 2017 10:23:14 +1100 Subject: [PATCH] gitattributes: Add .mpy files to list of binary files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 85bc6fdb88..bc3a9abf9a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,6 +10,7 @@ *.png binary *.jpg binary *.dxf binary +*.mpy binary # These should also not be modified by git. tests/basics/string_cr_conversion.py -text