From d2a11721f774a929e4ba8b234e26c3c043e396a0 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Mon, 24 Jan 2022 11:15:34 +0100 Subject: [PATCH] Adding roles.galaxy to the gitignore The newly documented manual role testing procedure leads to creation of several new directories intended to support the test operation. These directories are temporary and shouldn't be tracked under any circumstances. Signed-off-by: Jiri Podivin Change-Id: I8463b372a6917a04ec8c5d5a461cfeffec3989ef (cherry picked from commit fc889a24a4d98b8d358c13105d4713956aa9a4d5) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b3f60d041..478ee492f 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,6 @@ releasenotes/build # Ansible specific hosts *.retry + +# Roles testing +roles/roles.galaxy