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
|
*.d
|
||||||
*.json
|
*.json
|
||||||
*.asc
|
*.asc
|
||||||
*.post.v
|
*.synth.v
|
||||||
|
*.place.v
|
||||||
|
*.sdf
|
||||||
log
|
log
|
||||||
|
tags
|
||||||
|
|
||||||
# test artifacts
|
# test artifacts
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
Loading…
Reference in New Issue