From 316cd359d61721e5e86d1d6913d5503740c3e6d8 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Mon, 18 Nov 2019 11:40:32 +0100 Subject: [PATCH] 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 --- src/pybind/mgr/ssh/.gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3