From: Alfredo Deza Date: Fri, 15 Jul 2016 14:37:32 +0000 (-0400) Subject: ansible: git ignore top level yaml files X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3aa09f5782c703cd4aa22544c69906c617a01bb4;p=ceph-build.git ansible: git ignore top level yaml files Signed-off-by: Alfredo Deza --- diff --git a/ansible/.gitignore b/ansible/.gitignore index 5999d5369..7608e8db8 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