diff options
author | AlanCoding <arominge@redhat.com> | 2019-09-17 21:58:35 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2019-09-27 20:29:04 +0200 |
commit | 75bb7aae147ab933c88ba7af4cb60293a667b80c (patch) | |
tree | af224468f69fb1721acc1d620bdc0b6c51f5581b /.gitignore | |
parent | rename awx modules folder to collection (diff) | |
download | awx-75bb7aae147ab933c88ba7af4cb60293a667b80c.tar.xz awx-75bb7aae147ab933c88ba7af4cb60293a667b80c.zip |
update references to collection folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 51a1cbce30..085bd24776 100644 --- a/.gitignore +++ b/.gitignore @@ -137,5 +137,5 @@ use_dev_supervisor.txt # Ansible module tests awx_collection_test_venv/ -awx_modules/*.tar.gz -awx_modules/galaxy.yml +awx_collection/*.tar.gz +awx_collection/galaxy.yml |