Skip to content

Commit 166a463

Browse files
committed
Correct single file excludes for some exporters
1 parent 6d374c6 commit 166a463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/toolchains/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ def _add_file(self, file_path, resources, base_path, exclude_paths=None):
727727
resources.file_basepath[file_path] = base_path
728728

729729
if self.is_ignored(relpath(file_path, base_path)):
730+
resources.ignore_dir(relpath(file_path, base_path))
730731
return
731732

732733
_, ext = splitext(file_path)

0 commit comments

Comments
 (0)