[DEBUG] correct .hpp port + clean libC include

This commit is contained in:
Edouard DUPIN 2016-10-02 23:48:08 +02:00
parent 6adfb1a436
commit e9cf69d2fe

View File

@ -18,5 +18,15 @@ def create(target, module_name):
'*.hpp',
'*.md',
])
my_module.add_exclude_symbols([
'*operator<<*',
])
my_module.add_exclude_file([
'debug.hpp',
])
my_module.add_file_patterns([
'*.hpp',
'*.md',
])
return my_module