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:
parent
b76a280e2c
commit
be2bded61e
|
@ -4,8 +4,11 @@
|
|||
*.d
|
||||
*.json
|
||||
*.asc
|
||||
*.post.v
|
||||
*.synth.v
|
||||
*.place.v
|
||||
*.sdf
|
||||
log
|
||||
tags
|
||||
|
||||
# test artifacts
|
||||
__pycache__
|
||||
|
|
Loading…
Reference in New Issue