diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2017-05-10 10:00:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 10:00:35 +0200 |
commit | 1da4978fc81ab9c7f0dff471bfd201400cffe21a (patch) | |
tree | a71c9aed658c37db001a7e1536ddfa8e352bf236 /Global | |
parent | df6a05e29979079fcb5d602b4dc260f34383eb92 (diff) | |
download | gitignore-1da4978fc81ab9c7f0dff471bfd201400cffe21a.tar.gz gitignore-1da4978fc81ab9c7f0dff471bfd201400cffe21a.zip |
Create PuTTY.gitignore
**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/
Diffstat (limited to 'Global')
-rw-r--r-- | Global/PuTTY.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |