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