.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:
parent
5795fa8f43
commit
8225fddedb
3
.gitignore
vendored
3
.gitignore
vendored
@ -62,3 +62,6 @@ releasenotes/build
|
||||
# Ansible specific
|
||||
hosts
|
||||
*.retry
|
||||
|
||||
# JSON files created by molecule tests
|
||||
*/roles/*/molecule/*/*Z.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user