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:
Travis Truman 2016-06-20 11:14:16 -04:00
parent d3e20cfecb
commit 6ac4aa1072
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -65,3 +65,6 @@ releasenotes/build
# Files generated by testing
.coverage
# Files generated by Ansible failures
*.retry