From: rs <> Date: Fri, 10 Oct 2025 05:45:34 +0000 (-0500) Subject: Add binary artifiacts to .gitignore X-Git-Url: https://git.the-white-hart.net/?a=commitdiff_plain;h=b7e9faa1613d12eab6383c9c33fac389b24de67f;p=vhdl Add binary artifiacts to .gitignore --- diff --git a/.gitignore b/.gitignore index b600a89..b0d8c71 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,10 @@ # Vim swap files *.swp +# Binary files +projects/nexys2_host_controller/host/epp_read +projects/nexys2_host_controller/host/epp_write +projects/nexys2_host_controller/host/digdude +projects/nexys2_host_controller/host/jtag + .idea/