mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Some additional python modules which should not be included in onedir archives
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
9b4e833b3c
commit
fbafedd232
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
common:
|
||||
dir_patterns: &common_dir_patterns
|
||||
- "**/__pycache__"
|
||||
- "**/lib/python3.*/test"
|
||||
- "**/lib/python3.*/idlelib"
|
||||
- "**/lib/python3.*/tkinter"
|
||||
- "**/lib/python3.*/turtledemo"
|
||||
- "**/site-packages/test"
|
||||
- "**/site-packages/tests"
|
||||
- "**/site-packages/*/test"
|
||||
|
|
Loading…
Add table
Reference in a new issue