From 7957d41a9926165158a39dfb52929f94c68b627c Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:09:37 -0800 Subject: [PATCH] fix consistency in .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6ef1d49..348d56d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ build/ *.out *.csv -# Vivado files from the occasional debugging sesh +# Vivado files *.log *.jou *.rpt @@ -25,7 +25,7 @@ build/ *.out .Xil/* -# Yosys/IceStorm files from the same +# Yosys/IceStorm files *.asc *.bin *.json \ No newline at end of file