From 2a7d89219109c7076b5a9c6c821cb0e3bd039b6d Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Mon, 20 Jan 2020 08:03:36 +0000 Subject: [PATCH] gitignore: Hide binary files more thoroughly --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 26bd8d0..bf4e6a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -bootloader.hex -micropython.zip +*.hex +*.zip