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',
|
'upnp.log',
|
||||||
'natpmp.log',
|
'natpmp.log',
|
||||||
'bin',
|
'bin',
|
||||||
|
'.deps',
|
||||||
'test_tmp_*',
|
'test_tmp_*',
|
||||||
'bjam_build.*.xml'
|
'bjam_build.*.xml'
|
||||||
'*.exe',
|
'*.exe',
|
||||||
|
|
Loading…
Reference in New Issue