From 196fa3eb83340044d6f968dd96f8d6813de8ffb8 Mon Sep 17 00:00:00 2001
From: dam1n19 <d.a.mapstone@soton.ac.uk>
Date: Tue, 16 May 2023 16:32:44 +0000
Subject: [PATCH] Add binary exclusion to gitignore

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8953030..27c13fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
 /software/*/*.hex
 /software/*/*.lst
 /software/*/*.o
+/software/*/*.bin
 
 # Compile Test Code Removal
 system/testcodes/*/*.elf
@@ -13,6 +14,7 @@ system/testcodes/*/*.ELF
 system/testcodes/*/*.hex
 system/testcodes/*/*.lst
 system/testcodes/*/*.o
+system/testcodes/*/*.bin
 
 # Bootrom removal
 system/src/bootrom/
-- 
GitLab