From a6f2462e04b0fb463c29a0179ee867010ebfb257 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 4 Oct 2016 00:38:39 +0200 Subject: .gitignore: Removing ignore of .ssh directory and adding ignoring of specific files below .ssh/ instead. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3c6dabf..bc664fd 100644 --- a/.gitignore +++ b/.gitignore @@ -332,7 +332,9 @@ svn/ .solfege/ .solfegerc .spumux/ -.ssh/ +.ssh/authorized_keys +.ssh/id_* +.ssh/known_hosts .steam/ .steampath .steampid -- cgit v1.2.3-54-g00ecf