mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
deploy-ng: Add build directory to exclude patterns
This commit is contained in:
parent
6025bf0a8e
commit
73fd10281b
@ -422,6 +422,7 @@ class build_apps(distutils.core.Command):
|
||||
'__pycache__',
|
||||
'*.pyc',
|
||||
'*.py',
|
||||
'{}/*'.format(self.build_base),
|
||||
]
|
||||
ignore_copy_list += self.exclude_patterns
|
||||
ignore_copy_list = [p3d.GlobPattern(i) for i in ignore_copy_list]
|
||||
|
Loading…
x
Reference in New Issue
Block a user