From: Bernd Edlinger Date: Thu, 14 Dec 2017 20:16:41 +0000 (+0100) Subject: Remove test-runs dir, adjust .gitignore X-Git-Tag: OpenSSL_1_1_1-pre1~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d016d1ec34977fa9305ad5d535b03d6c5677cf1c;p=openssl 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) --- 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)