Ignore Ansible .retry files
Play execution can result in a <playbook_name>.retry file being created in the playbooks directory. These should be ignored by the git repo. Change-Id: I947c6f8f2be9fb9e8ca084f1366e38159e583432
This commit is contained in:
parent
d3e20cfecb
commit
6ac4aa1072
3
.gitignore
vendored
3
.gitignore
vendored
@ -65,3 +65,6 @@ releasenotes/build
|
||||
|
||||
# Files generated by testing
|
||||
.coverage
|
||||
|
||||
# Files generated by Ansible failures
|
||||
*.retry
|
||||
|
Loading…
Reference in New Issue
Block a user