gitignore: ansible_collections dir is used by the Makefile (#114)

Ignore the ansible_collections directory. This directory is used to
prepare the collections, before the Makefile call molecule.
This commit is contained in:
Gonéri Le Bouder
2021-09-21 13:05:06 -04:00
committed by GitHub
parent f095a4d238
commit ffe6025fe9

3
.gitignore vendored
View File

@@ -16,3 +16,6 @@ changelogs/.plugin-cache.yaml
# Temporary test files. # Temporary test files.
tests/output tests/output
tests/integration/cloud-config-* tests/integration/cloud-config-*
# Ignore the ansible_collections that the Makefile generates.
ansible_collections