From 24806f0944d48498cf6c28e3b7b3661416bc1470 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 9 Oct 2017 17:58:50 +0200 Subject: [PATCH] Reduce the things we ignore in test/ Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4507) (cherry picked from commit d2068e34d1e6b19daa6aba32bc7c6393699c9371) --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2190a09e2f..7324bda1b0 100644 --- a/.gitignore +++ b/.gitignore @@ -53,12 +53,7 @@ Makefile /test/v3ext # Certain files that get created by tests on the fly -/test/*.ss -/test/*.srl -/test/.rnd -/test/test*.pem -/test/newkey.pem -/test/*.log +/test/test-runs /test/buildtest_* # Fuzz stuff. -- 2.25.1