From be2bded61ea89f71efae856d25bbfea164ed4a50 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Sat, 5 Nov 2022 12:52:57 -0400 Subject: [PATCH] Add some more files to gitignore Some of the ignores were not updated properly when reworking the Makefile. Also add tags. Fixes: 6af697b ("Initial support for post-placement simulation") Signed-off-by: Sean Anderson --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 794fa9e..5cbaf9c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,11 @@ *.d *.json *.asc -*.post.v +*.synth.v +*.place.v +*.sdf log +tags # test artifacts __pycache__