Add .bin to file extensions

Clean up/ignore .bin files.

Fixes: 5cf02e9 ("Support building actual bitstreams")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
Sean Anderson 2023-02-20 18:54:25 -05:00
parent 5f8c60518f
commit dfd3d1f3b6
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
*.synth.v
*.place.v
*.sdf
*.bin
log
tags

View File

@ -144,7 +144,7 @@ test: $(addsuffix .fst,$(MODULES)) $(addsuffix .synth.fst,$(MODULES))
.PHONY: asc
asc: $(addprefix rtl/,$(addsuffix .asc,$(MODULES)))
CLEAN_EXT := .json .asc .pre .vvp .d .synth.v .place.v .sdf
CLEAN_EXT := .json .asc .pre .vvp .d .synth.v .place.v .sdf .bin
.PHONY: clean
clean: