|
|
@ -24,8 +24,6 @@ def assemble_files_to_ship(complete_file_list):
|
|
|
|
'.github/*',
|
|
|
|
'.github/*',
|
|
|
|
'.github/*/*',
|
|
|
|
'.github/*/*',
|
|
|
|
'changelogs/fragments/*',
|
|
|
|
'changelogs/fragments/*',
|
|
|
|
'hacking/aws_config/*',
|
|
|
|
|
|
|
|
'hacking/aws_config/*/*',
|
|
|
|
|
|
|
|
'hacking/shippable/*',
|
|
|
|
'hacking/shippable/*',
|
|
|
|
'hacking/tests/*',
|
|
|
|
'hacking/tests/*',
|
|
|
|
'hacking/ticket_stubs/*',
|
|
|
|
'hacking/ticket_stubs/*',
|
|
|
@ -35,10 +33,6 @@ def assemble_files_to_ship(complete_file_list):
|
|
|
|
'test/utils/*/*',
|
|
|
|
'test/utils/*/*',
|
|
|
|
'test/utils/*/*/*',
|
|
|
|
'test/utils/*/*/*',
|
|
|
|
'.git*',
|
|
|
|
'.git*',
|
|
|
|
# Consciously left out
|
|
|
|
|
|
|
|
'examples/playbooks/*',
|
|
|
|
|
|
|
|
# Possibly should be included
|
|
|
|
|
|
|
|
'contrib/vault/*',
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
ignore_files = frozenset((
|
|
|
|
ignore_files = frozenset((
|
|
|
|
# Developer-only tools
|
|
|
|
# Developer-only tools
|
|
|
@ -70,7 +64,6 @@ def assemble_files_to_ship(complete_file_list):
|
|
|
|
'hacking/env-setup.fish',
|
|
|
|
'hacking/env-setup.fish',
|
|
|
|
'CODING_GUIDELINES.md',
|
|
|
|
'CODING_GUIDELINES.md',
|
|
|
|
'MANIFEST',
|
|
|
|
'MANIFEST',
|
|
|
|
'MODULE_GUIDELINES.md',
|
|
|
|
|
|
|
|
))
|
|
|
|
))
|
|
|
|
|
|
|
|
|
|
|
|
# These files are generated and then intentionally added to the sdist
|
|
|
|
# These files are generated and then intentionally added to the sdist
|
|
|
|