From 452f7bc39b33d71e3de12a5f866b3c14cd69501d Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Fri, 21 Jul 2017 11:49:15 -0700 Subject: [PATCH] Only clean up logfiles that we know we created. --- debug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2