Commit d016d1ec authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Remove test-runs dir, adjust .gitignore



Ignore libssl.map/libcrypto.map instead of ssl.map/crypto.map

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4932)
parent 67204031
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,8 +80,8 @@ Makefile
/util/shlib_wrap.sh
/tags
/TAGS
/crypto.map
/ssl.map
/libcrypto.map
/libssl.map

# Windows (legacy)
/tmp32
+1 −1
Original line number Diff line number Diff line
@@ -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)