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 <seanga2@gmail.com>
This commit is contained in:
Sean Anderson 2022-11-05 12:52:57 -04:00
parent b76a280e2c
commit be2bded61e
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -4,8 +4,11 @@
*.d
*.json
*.asc
*.post.v
*.synth.v
*.place.v
*.sdf
log
tags
# test artifacts
__pycache__