GITIGNORE: Add vagrant log and ansible retry files

This patch adds the following to the project's .gitignore file:
  - Vagrant's log file
  - Ansible's retry files

Signed-off-by: Mark Stenglein <mark@stengle.in>
This commit is contained in:
Mark Stenglein 2019-04-14 11:08:57 -04:00
parent ded1a59914
commit e1c5685a5d
No known key found for this signature in database
GPG key ID: 6690665F44417E46

2
.gitignore vendored
View file

@ -52,6 +52,8 @@ tests/_support/_generated/*
*.cache *.cache
.vagrant .vagrant
*.log
*.retry
\.php_cs\.dist \.php_cs\.dist