From a57c5170e18157e06e40f0745559bc08a4e148e6 Mon Sep 17 00:00:00 2001 From: Chris Cinelli Date: Thu, 24 Oct 2019 00:59:27 -0700 Subject: [PATCH] Add .sha2 to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 41478aa..e9601e7 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,8 @@ *.app *.i*86 *.x86_64 -*.hex +targets/*/*.hex +targets/*/*.sha2 # Debug files *.dSYM/