Descend into included directories to check for file inclusion.

Only applies to directories that are marked as unignored, since the
travis script has the odd problem of not descending into those
directories and, as a result, not recording the files in them.

I'm assuming the failure to descend into included directories is
unintended.
This commit is contained in:
Noel Cower 2014-11-17 08:38:44 -08:00
parent 590975d08d
commit 41027463c9
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ class CocosFileList:
self.fileList_lua.append("%s/" %relativePath)
else:
self.fileList_com.append("%s/" %relativePath)
self.__parseFileList(path)
continue
if (
self.__bExclude("/%s" %relativePath) or