From 60feb1a9aa13ea6f7f8bde26ea598ff39fe54cb9 Mon Sep 17 00:00:00 2001 From: microbuilder Date: Fri, 22 Dec 2017 12:03:25 +0100 Subject: [PATCH] Added .gitattributes for ZIP bin support --- ports/nrf/boards/feather52/bootloader/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ports/nrf/boards/feather52/bootloader/.gitattributes diff --git a/ports/nrf/boards/feather52/bootloader/.gitattributes b/ports/nrf/boards/feather52/bootloader/.gitattributes new file mode 100644 index 0000000000..608f8c345c --- /dev/null +++ b/ports/nrf/boards/feather52/bootloader/.gitattributes @@ -0,0 +1,2 @@ +# Inform git that .zip files should be treated as binary +*.zip binary