From: Sébastien Han Date: Tue, 30 Oct 2018 11:20:44 +0000 (+0100) Subject: gitignore: add mergify and travis as exceptions X-Git-Tag: v3.2.0rc1~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=49d4b657510dcc985b04c7eaf07847367b11c42c;p=ceph-ansible.git gitignore: add mergify and travis as exceptions Git must notice changes from .travis.yml and .mergify.yml Signed-off-by: Sébastien Han --- diff --git a/.gitignore b/.gitignore index 834fae1d6..4f0ef0db6 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ group_vars/*.yml ceph-ansible.spec *.retry *.pytest_cache +!.travis.yml +!.mergify.yml