clean more files with the clean script

This commit is contained in:
Arvid Norberg 2014-03-27 06:22:12 +00:00
parent 09bc76d8ae
commit 2c727a1448
1 changed files with 5 additions and 1 deletions

View File

@ -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: