X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=.gitignore;h=d618cd692b56a06a9fc3e894371cb37aa9e76d07;hp=0a7edfc6c82627c51bc59cc647cf6c253fb24dc9;hb=8c8fbca92dc95bb8672dea194bbe414059a874d2;hpb=694cfa1f49797ffdaf55817caefa2dc31043511a diff --git a/.gitignore b/.gitignore index 0a7edfc6c8..d618cd692b 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 @@ -50,15 +57,11 @@ Makefile /test/ssltest_old /test/x509aux /test/v3ext +/test/versions /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 +81,8 @@ Makefile /util/shlib_wrap.sh /tags /TAGS -/crypto.map -/ssl.map +/libcrypto.map +/libssl.map # Windows (legacy) /tmp32 @@ -148,7 +151,8 @@ Makefile # Certificate symbolic links *.0 -# All kinds of executables +# All kinds of libraries and executables +*.a *.so *.so.* *.dylib @@ -177,3 +181,4 @@ pod2htmd.tmp # Windows manifest files *.manifest +doc-nits