Browse Source

clean also removes sha-file

bullseye
T. Meissner 4 years ago
parent
commit
be51a9841e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .gitignore
  2. +1
    -1
      Makefile

+ 1
- 1
.gitignore View File

@ -1,2 +1,2 @@
artefacts
*.tar.gz
*.tar.*

+ 1
- 1
Makefile View File

@ -40,4 +40,4 @@ ghdl-formal_${TAG}.tar.gz:
clean:
rm -rf artefacts
rm -f ghdl-formal_*.tar.gz
rm -f ghdl-formal_*.tar.*

Loading…
Cancel
Save