diff options
author | AlanCoding <arominge@redhat.com> | 2019-10-24 20:58:55 +0200 |
---|---|---|
committer | Ryan Petrello <rpetrell@redhat.com> | 2019-10-29 16:24:16 +0100 |
commit | 2bc2e26cc7f31d9e05316a2ff66f87162c6bcd91 (patch) | |
tree | e1fab0754b69da929097186234a3c3209454c915 /.gitignore | |
parent | add release note (diff) | |
download | awx-2bc2e26cc7f31d9e05316a2ff66f87162c6bcd91.tar.xz awx-2bc2e26cc7f31d9e05316a2ff66f87162c6bcd91.zip |
Ignore import errors due to bugs in Ansible core
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 60d960b66e..ac443e2acd 100644 --- a/.gitignore +++ b/.gitignore @@ -135,10 +135,10 @@ use_dev_supervisor.txt # Ansible module tests -awx_collection_test_venv/ -awx_collection/*.tar.gz -awx_collection/galaxy.yml -sanity/ +/awx_collection_test_venv/ +/awx_collection/*.tar.gz +/awx_collection/galaxy.yml +/sanity/ .idea/* *.unison.tmp |