.gitignore now excludes JSON molecule logs

Each run of the newly implemented tox-ansible tests,
produces several JSON log files, one for each stage
of the molecule test.

These files only describe results of their specific stage
and perform no other function.

This patch makes sure git doesn't consider these files
as unstaged and ignores them.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I9d00c4390ada5d51e1cb336be537349d7c124ac1
This commit is contained in:
Jiri Podivin 2021-03-31 08:35:29 +02:00
parent 5795fa8f43
commit 8225fddedb
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -62,3 +62,6 @@ releasenotes/build
# Ansible specific # Ansible specific
hosts hosts
*.retry *.retry
# JSON files created by molecule tests
*/roles/*/molecule/*/*Z.json