diff --git a/tools/clean.py b/tools/clean.py index b0bdbbaac..5e8c4e04f 100644 --- a/tools/clean.py +++ b/tools/clean.py @@ -13,13 +13,17 @@ def clean(): 'bin', 'test_tmp_*', 'bjam_build.*.xml' + '*.exe', + '*.pdb', + '*.pyd' ] directories = [ 'examples', 'test', '.', - 'tools' + 'tools', + os.path.join('bindings', 'python') ] for d in directories: