From ef47b1baf0676401645c99a1ecfe4be7721a3792 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:19:35 -0400 Subject: [PATCH] update .gitignore for icestorm output --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c73a37f..033dfa9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,11 +7,14 @@ *.rpt *.bit +# IceStorm output products +*.bin + # iVerilog output products *.vcd *.out -# Python Packaging output +# Python Packaging output products dist/ *.egg-info __pycache__/ \ No newline at end of file