From d2068e34d1e6b19daa6aba32bc7c6393699c9371 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) --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 426e7fde08..17572d7134 100644 --- a/.gitignore +++ b/.gitignore @@ -60,12 +60,7 @@ Makefile /test/ossl_shim/ossl_shim # 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.34.1