Adding more temp files to Stopping docker containers (#7916)

* Adding more temp files to Stopping docker containers
* Removed unnecessary deletes
This commit is contained in:
Jonathan
2017-12-05 11:03:19 -05:00
committed by GitHub
parent 3c7b40063d
commit 154a502f8e

View File

@@ -469,6 +469,7 @@ clean: stop-docker
rm -f *.out
rm -f *.test
rm -f imports/imports.go
rm -f cmd/platform/cprofile*.out
nuke: clean clean-docker
@echo BOOM