clean makefile dependency directory in clean.py script
This commit is contained in:
parent
edb5674d5c
commit
a46bd839f0
|
@ -13,6 +13,7 @@ def clean():
|
|||
'upnp.log',
|
||||
'natpmp.log',
|
||||
'bin',
|
||||
'.deps',
|
||||
'test_tmp_*',
|
||||
'bjam_build.*.xml'
|
||||
'*.exe',
|
||||
|
|
Loading…
Reference in New Issue