From 1629760de8746f81d8e8ecc582d1473822f9ea92 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 15 Jul 2016 08:47:39 -0400 Subject: [PATCH] ansible: ignore the tmp directory Signed-off-by: Alfredo Deza --- ansible/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/.gitignore b/ansible/.gitignore index a9673ee6..5999d536 100644 --- a/ansible/.gitignore +++ b/ansible/.gitignore @@ -1,3 +1,4 @@ # these should never make it to version control files/ssl/dev files/ssl/prod +tmp -- 2.39.5