This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
Dockerfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
clean also removes sha-file
bullseye
T. Meissner
4 years ago
parent
815a2e4911
commit
be51a9841e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitignore
+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.
*
Write
Preview
Loading…
Cancel
Save