diff options
| author | microbuilder <contact@microbuilder.eu> | 2017-12-22 12:03:25 +0100 |
|---|---|---|
| committer | microbuilder <contact@microbuilder.eu> | 2017-12-22 12:03:25 +0100 |
| commit | 60feb1a9aa13ea6f7f8bde26ea598ff39fe54cb9 (patch) | |
| tree | f7b81dbe202101d9447a3d5fdabd8c0680b4951c | |
| parent | ad7cd0399d4b692891c1ad82e7753721dfc4d8db (diff) | |
Added .gitattributes for ZIP bin support
| -rw-r--r-- | ports/nrf/boards/feather52/bootloader/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
