From 8e2d47f63af7b70854c147c636b869fd3173f95b Mon Sep 17 00:00:00 2001 From: phxntxm Date: Sun, 22 Jan 2017 15:31:50 -0600 Subject: [PATCH] Added the ssh folder and git config to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c543296..1b4f70d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ cert.pem audio_tmp/* .viminfo docs/_build +.ssh/* +.gitconfig