From 60feb1a9aa13ea6f7f8bde26ea598ff39fe54cb9 Mon Sep 17 00:00:00 2001 From: microbuilder Date: Fri, 22 Dec 2017 12:03:25 +0100 Subject: 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 000000000..608f8c345 --- /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 -- cgit v1.2.3