From ce284540a66d0ee28f7b367cd20b12f82a8d06bf Mon Sep 17 00:00:00 2001 From: janis Date: Wed, 7 Jun 2023 09:01:47 +0200 Subject: [PATCH] clean up windows files with stop script --- packaging/stopTesting.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/stopTesting.sh b/packaging/stopTesting.sh index e74e104..a5663d2 100755 --- a/packaging/stopTesting.sh +++ b/packaging/stopTesting.sh @@ -11,6 +11,9 @@ rm ./lib* rm ./ld* rm ./base_library.zip rm ./LICENSE +rm ./_* +rm ./*.dll +rm ./*.pyd cd ..