From 549c27c25f869c05a022b443dde5666f84d0958c Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 27 May 2013 19:39:40 -0400 Subject: [PATCH] ignore .pem files (AWS, etc) --- ssh/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/.gitignore b/ssh/.gitignore index 0dab3ba..5215752 100644 --- a/ssh/.gitignore +++ b/ssh/.gitignore @@ -1,3 +1,4 @@ environment* id_dsa known_hosts +*.pem \ No newline at end of file