diff options
author | Andrew Heath <anheath@redhat.com> | 2023-09-14 16:03:43 -0400 |
---|---|---|
committer | Andrew Heath <anheath@redhat.com> | 2023-09-14 16:03:43 -0400 |
commit | cac34e1dbef70f1b7db22f69efec78f0678192ba (patch) | |
tree | 00a31b5880e6e3220f4a89c260b7dd075b673c1f /0001-Exclude-unnecessary-files-from-built-collection.patch | |
download | ansible-collection-galaxy-galaxy-master.tar.gz ansible-collection-galaxy-galaxy-master.tar.xz ansible-collection-galaxy-galaxy-master.zip |
Diffstat (limited to '0001-Exclude-unnecessary-files-from-built-collection.patch')
-rw-r--r-- | 0001-Exclude-unnecessary-files-from-built-collection.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/0001-Exclude-unnecessary-files-from-built-collection.patch b/0001-Exclude-unnecessary-files-from-built-collection.patch new file mode 100644 index 0000000..bbf2bc3 --- /dev/null +++ b/0001-Exclude-unnecessary-files-from-built-collection.patch @@ -0,0 +1,23 @@ +--- galaxy_collection-2.0.3/galaxy.yml 2023-09-14 13:13:28.014271452 -0400 ++++ galaxy_collection-2.0.3/galaxy.yml 2023-09-14 15:31:02.673914728 -0400 +@@ -28,4 +28,20 @@ + - template_galaxy.yml + - '*.tar.gz' + - test ++ - .ansible-lint ++ - .flake8 ++ - .github ++ - .gitignore ++ - .markdownlint.yml ++ - .mlc_config.json ++ - .pre-commit-config.yaml ++ - .yamllint.yml ++ - changelogs ++ - "CHANGELOG.rst*" ++ - README.md ++ - COPYING ++ - LICENSES ++ - .reuse ++ - STANDARDS.md ++ + ... |