From b7e9faa1613d12eab6383c9c33fac389b24de67f Mon Sep 17 00:00:00 2001 From: rs <> Date: Fri, 10 Oct 2025 00:45:34 -0500 Subject: [PATCH] Add binary artifiacts to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) 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/ -- 2.43.0