From d016d1ec34977fa9305ad5d535b03d6c5677cf1c Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Thu, 14 Dec 2017 21:16:41 +0100 Subject: [PATCH] Remove test-runs dir, adjust .gitignore Ignore libssl.map/libcrypto.map instead of ssl.map/crypto.map Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/4932) --- .gitignore | 4 ++-- Configurations/unix-Makefile.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 17572d7134..7496b0e4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -80,8 +80,8 @@ Makefile /util/shlib_wrap.sh /tags /TAGS -/crypto.map -/ssl.map +/libcrypto.map +/libssl.map # Windows (legacy) /tmp32 diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 7f8a322cc4..a514833953 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -311,7 +311,7 @@ clean: libclean -$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"` $(RM) core $(RM) tags TAGS doc-nits - $(RM) test/.rnd + $(RM) -r test/test-runs $(RM) openssl.pc libcrypto.pc libssl.pc -$(RM) `find . -type l -a \! -path "./.git/*"` $(RM) $(TARFILE) -- 2.25.1