From b0dda3e0e4d4d161f2cce004bb9e5d0d0d11ade6 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 14 Mar 2013 12:46:54 +0000 Subject: [PATCH] Update .gitignore to exclude the keys/ testing directory, and *.log files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3763906..c2b65d1 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,7 @@ TAGS # notes *.org + +# Ignore log files and directories from tests: +keys/* +*.log