From 7dc11227a385fd7e248e1292653761ec9ce9c105 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 19 Apr 2015 22:29:46 +0200 Subject: [PATCH] Ignore the log files The new test framework produces a lot of log files (one for each test). Git doesn't need to know. Reviewed-by: Rich Salz --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 329283742c..92f17c6032 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ /test/.rnd /test/test*.pem /test/newkey.pem +/test/*.log # Certificate symbolic links *.0 -- 2.34.1