Clean/ignore log directory

Clean out the log directory like the rest, and ignore it in git.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
Sean Anderson 2022-11-05 12:06:01 -04:00
parent 4b55a822ab
commit 38892fa3d7
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
*.json
*.asc
*.post.v
log
# test artifacts
__pycache__

View File

@ -103,4 +103,5 @@ asc: $(addprefix rtl/,$(addsuffix .asc,$(MODULES)))
.PHONY: clean
clean:
rm -f *.fst
rm -rf log
cd rtl && rm -f *.json *.asc *.pre *.vvp *.d *.synth.v *.place.v