From c05f313c91935a3aa4f3b3056b76f17fe0994231 Mon Sep 17 00:00:00 2001 From: Ramy Asselin Date: Fri, 15 Jul 2016 12:04:48 -0700 Subject: [PATCH] Ignore ansible .retry files There is no reason to include .retry ansible files. Ignore them to avoid accidental inclusion. Change-Id: Iaa5721dd1a6da1d1454e70d80e2f30209744f247 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 42d407ac72..0e9ef602ee 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ tools/invite2summit/done* Vagrantfile .vagrant/ manifests/local.pp +*.retry