From 684fec032b3ecc36295573845a6105772176b2d0 Mon Sep 17 00:00:00 2001 From: TiagoRG Date: Tue, 5 Mar 2024 23:07:23 +0000 Subject: [PATCH] [AC2] Add COMPILED stuff to gitignore Signed-off-by: TiagoRG --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b9663b7..8418606 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,9 @@ # QEMU Virtual Hard Disks /**/*.qcow2 + +# MIPS compiled +/**/*.hex +/**/*.elf +/**/*.map +/**/*.o