diff options
author | AlanCoding <arominge@redhat.com> | 2019-09-17 21:48:00 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2019-09-27 20:29:03 +0200 |
commit | 35afa374174320ab19716dc4a657cbf316b8a6cf (patch) | |
tree | 8ac8ffa4404a1057ddc16da801eedc412e8b6d96 /.gitignore | |
parent | Integrate Ansible core tower modules content into AWX (diff) | |
download | awx-35afa374174320ab19716dc4a657cbf316b8a6cf.tar.xz awx-35afa374174320ab19716dc4a657cbf316b8a6cf.zip |
Rename to collection, add license, galaxy build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 2352b56baf..51a1cbce30 100644 --- a/.gitignore +++ b/.gitignore @@ -136,5 +136,6 @@ use_dev_supervisor.txt .idea/* # Ansible module tests -awx_modules_test_venv/ -awx-awx-*.tar.gz +awx_collection_test_venv/ +awx_modules/*.tar.gz +awx_modules/galaxy.yml |