X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=.gitignore;h=7496b0e4d586403684cc8f611d95a246c1c51a5d;hp=bf4a9dedf2dbcb3748b72233dfcc06f81a5aa965;hb=fce1b86f61e183d3b73a51d2077ec2719291b756;hpb=65c1f979ee9346d63bb6e81f25bb7dffda99b342 diff --git a/.gitignore b/.gitignore index bf4a9dedf2..7496b0e4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ /Makefile.orig /MINFO /TABLE -/*.a /*.pc /rehash.time /inc.* @@ -27,10 +26,18 @@ Makefile # Auto generated headers /crypto/buildinf.h +/apps/progs.h /crypto/include/internal/*_conf.h /openssl/include/opensslconf.h /util/domd +# error code files +/crypto/err/openssl.txt.old +/engines/e_afalg.txt.old +/engines/e_capi.txt.old +/engines/e_dasync.txt.old +/engines/e_ossltest.txt.old + # Executables /apps/openssl /test/sha256t @@ -53,12 +60,7 @@ Makefile /test/ossl_shim/ossl_shim # Certain files that get created by tests on the fly -/test/*.ss -/test/*.srl -/test/.rnd -/test/test*.pem -/test/newkey.pem -/test/*.log +/test/test-runs /test/buildtest_* # Fuzz stuff. @@ -78,8 +80,8 @@ Makefile /util/shlib_wrap.sh /tags /TAGS -/crypto.map -/ssl.map +/libcrypto.map +/libssl.map # Windows (legacy) /tmp32 @@ -148,7 +150,8 @@ Makefile # Certificate symbolic links *.0 -# All kinds of executables +# All kinds of libraries and executables +*.a *.so *.so.* *.dylib