gitignore: add mergify and travis as exceptions

Git must notice changes from .travis.yml and .mergify.yml

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/3217/head
Sébastien Han 2018-10-30 12:20:44 +01:00
parent b8a203bacf
commit 49d4b65751
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -19,3 +19,5 @@ group_vars/*.yml
ceph-ansible.spec
*.retry
*.pytest_cache
!.travis.yml
!.mergify.yml