Skip to content

Commit 0f566ca

Browse files
theotherjimmycmonr
authored andcommitted
Correct single file excludes for some exporters
1 parent cd56291 commit 0f566ca

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
@@ -725,6 +725,7 @@ def _add_file(self, file_path, resources, base_path, exclude_paths=None):
725725
resources.file_basepath[file_path] = base_path
726726

727727
if self.is_ignored(relpath(file_path, base_path)):
728+
resources.ignore_dir(relpath(file_path, base_path))
728729
return
729730

730731
_, ext = splitext(file_path)

0 commit comments

Comments
 (0)