From e6b5cbb45ae6258a5a096e2c3b207f662e97532e Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 4 Apr 2018 16:54:33 +0100 Subject: [PATCH] Add test/versions to gitignore Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5881) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7324bda1b0..3dee3922a7 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ Makefile /test/ssltest_old /test/x509aux /test/v3ext +/test/versions # Certain files that get created by tests on the fly /test/test-runs -- 2.40.0