From e1c5685a5dcbf3836660f2093b98dac403020fdf Mon Sep 17 00:00:00 2001 From: Mark Stenglein Date: Sun, 14 Apr 2019 11:08:57 -0400 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8af4d69762..d44dc90580 100755 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,8 @@ tests/_support/_generated/* *.cache .vagrant +*.log +*.retry \.php_cs\.dist