From 891fe54140c357cbc9709baa75de4ef3eeddcbb6 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 12 Sep 2015 22:09:03 -0700 Subject: [PATCH] Try to avoid checking in private keys. --- dotfiles/gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/gitignore b/dotfiles/gitignore index cd06d22..f1d43b8 100644 --- a/dotfiles/gitignore +++ b/dotfiles/gitignore @@ -14,3 +14,6 @@ Thumbs.db *.py[co] *.[oa] +# Try to avoid accidentally checking in private keys +id_rsa +id_ecdsa