From c126090647124f05a204fc3255cadf53505c035b Mon Sep 17 00:00:00 2001 From: rs <> Date: Wed, 1 Oct 2025 19:08:41 -0500 Subject: [PATCH] Add map file to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1598bd3..76d9fbb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,7 @@ # The UCF files for the Nexys2 come from Digilent, and aren't mine to distribute *.ucf +# Assembler map file output +*.map + .idea/ -- 2.43.0