From ffe6025fe9ae62dc0064151244ff29e765261ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Tue, 21 Sep 2021 13:05:06 -0400 Subject: [PATCH] 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a578213..5af5e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ changelogs/.plugin-cache.yaml # Temporary test files. tests/output tests/integration/cloud-config-* + +# Ignore the ansible_collections that the Makefile generates. +ansible_collections