From: rs <> Date: Thu, 2 Oct 2025 00:08:41 +0000 (-0500) Subject: Add map file to .gitignore X-Git-Url: https://git.the-white-hart.net/?a=commitdiff_plain;h=c126090647124f05a204fc3255cadf53505c035b;p=vhdl Add map file to .gitignore --- 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/