```php
<?php
return array(
'excludeFiles' => array(awstats,log,stats,templates,assets/videos),
'excludeExtraTables' => array(),
'excludeExtraTablePrefix' => array(),
);
```This question has been answered by sottwell. See the first response.
<?php
return array(
'excludeFiles' => array('log','stats','lightroom'),
'excludeExtraTables' => array(),
'excludeExtraTablePrefix' => array(),
);