From: Volker Theile Date: Mon, 18 Nov 2019 10:40:32 +0000 (+0100) Subject: mgr/ssh: Ignore ssh-config file X-Git-Tag: v15.1.0~869^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31710%2Fhead;p=ceph.git mgr/ssh: Ignore ssh-config file Ignore the ssh-config file that is created when working with the Vagrant box. Signed-off-by: Volker Theile --- diff --git a/src/pybind/mgr/ssh/.gitignore b/src/pybind/mgr/ssh/.gitignore index 8000dd9db47c..a273f860324b 100644 --- a/src/pybind/mgr/ssh/.gitignore +++ b/src/pybind/mgr/ssh/.gitignore @@ -1 +1,2 @@ .vagrant +ssh-config