Skip to content

Commit d9cb00d

Browse files
authored
Merge pull request #6145 from theotherjimmy/exclude-file-gnuarmeclipse
Correct single file excludes for some exporters
2 parents 6c4654a + 166a463 commit d9cb00d

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)