From b57e4b57d5ea7ad983e10022c8af428bec2a7082 Mon Sep 17 00:00:00 2001 From: Minyong Li <ml10g20@soton.ac.uk> Date: Sat, 21 Aug 2021 14:30:58 +0100 Subject: [PATCH] .gitignore: add *.f Particularly: firrtl_black_box_resource_files.f --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5852696..8e19cf3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ simulation/ project/ target/ *.v +*.f *.fir *.anno.json *.txt -- GitLab