From 3aa09f5782c703cd4aa22544c69906c617a01bb4 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 15 Jul 2016 10:37:32 -0400 Subject: [PATCH] ansible: git ignore top level yaml files Signed-off-by: Alfredo Deza --- ansible/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/.gitignore b/ansible/.gitignore index 5999d536..7608e8db 100644 --- a/ansible/.gitignore +++ b/ansible/.gitignore @@ -2,3 +2,7 @@ files/ssl/dev files/ssl/prod tmp + +# Top level YAML files are ignored, so that users can simply copy +# from examples/* to the top level dir and not worry about committing them +/*.yml -- 2.39.5