diff options
Diffstat (limited to 'ansible_collections/google/cloud/.gitignore')
-rw-r--r-- | ansible_collections/google/cloud/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible_collections/google/cloud/.gitignore b/ansible_collections/google/cloud/.gitignore new file mode 100644 index 000000000..d1aae87bf --- /dev/null +++ b/ansible_collections/google/cloud/.gitignore @@ -0,0 +1,8 @@ +# personal credentials are added here: do not check in. +tests/integration/cloud-config-gcp.ini +# running ansible integration tests adds files here. +tests/integration/inventory +tests/output/ +__pycache__ +*.tar.gz +venv/ |