From a21f4cec14664d8fc5f52dc42ab7119b696521a5 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 2 Oct 2018 14:05:14 +0100 Subject: [PATCH] Ignore libcrypto.ld and libssl.ld These are auto generated files that should not be checked into git Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/7339) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b0f25cc81..30068e034a 100644 --- a/.gitignore +++ b/.gitignore @@ -82,8 +82,8 @@ Makefile /util/shlib_wrap.sh /tags /TAGS -/libcrypto.map -/libssl.map +*.map +*.ld # Windows (legacy) /tmp32 -- 2.34.1