diff --git a/bin/cleanmodelica.py b/bin/cleanmodelica.py index 8e0544a1fab..2c0311a685c 100755 --- a/bin/cleanmodelica.py +++ b/bin/cleanmodelica.py @@ -21,7 +21,7 @@ 'fmiFunctions.o', 'CSVWriter.csvWriter.csv', 'test.csv'] # Directories to be deleted. This will be non-recursive - DELETEDIRS=['binaries'] + DELETEDIRS=['binaries', 'funnel_comp'] # Array in which the names of the files that will be deleted are stored matches = []