From 1da4978fc81ab9c7f0dff471bfd201400cffe21a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 10 May 2017 10:00:35 +0200 Subject: [PATCH] Create PuTTY.gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Reasons for making this change:** PuTTYgen is a widely used alternative to OpenSSH under Windows. This rule allows private keys ignoring. If this is a new template: - **Link to application or project’s homepage**: https://www.chiark.greenend.org.uk/~sgtatham/putty/ --- Global/PuTTY.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/PuTTY.gitignore diff --git a/Global/PuTTY.gitignore b/Global/PuTTY.gitignore new file mode 100644 index 00000000..c37466b1 --- /dev/null +++ b/Global/PuTTY.gitignore @@ -0,0 +1,2 @@ +# Private key +*.ppk