From 121055208997d3459ab17e472e8e027dec28d7a2 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Tue, 8 May 2018 19:18:01 +0100 Subject: [PATCH] Updated .gitignores --- .gitignore | 2 -- .ssh/.gitignore | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .ssh/.gitignore diff --git a/.gitignore b/.gitignore index 1e0ebd3..834017e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,4 @@ .*.swp .bash_history .lesshst -.ssh/id_rsa -.ssh/id_ed25519 NOTES diff --git a/.ssh/.gitignore b/.ssh/.gitignore new file mode 100644 index 0000000..8afd9a7 --- /dev/null +++ b/.ssh/.gitignore @@ -0,0 +1,4 @@ +agent +id_rsa +id_ed25519 +known_hosts