From 1b4efbab82531b4f437040c33fb36d045a0b4a3d Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Mon, 27 Feb 2023 08:10:29 -0500 Subject: [PATCH] update gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7390613..91e5c9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store -build/ +build cores/src cores/output private @@ -10,4 +10,5 @@ src/boot/output *.o *.so *.elf -*.dtb \ No newline at end of file +*.dtb +*.zip \ No newline at end of file