From: Tim Newsome Date: Fri, 21 Jul 2017 18:49:15 +0000 (-0700) Subject: Only clean up logfiles that we know we created. X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=commitdiff_plain;h=452f7bc39b33d71e3de12a5f866b3c14cd69501d Only clean up logfiles that we know we created. --- diff --git a/debug/Makefile b/debug/Makefile index c5ea991..760a57b 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -20,4 +20,4 @@ pylint: | tee $@ 2>&1 || (sed s/^/$@:\ / $@ && false) clean: - rm -f *.log *.pyc + rm -f spike32.log spike64.log *.pyc