X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=.gitignore;h=1b0f25cc81b25b1e3067022deb70465105ae7c30;hp=730731f295c86865edfdeb710d3f0776e24d7fc3;hb=99f0c7a8a6999e2f78fc065e4da78643ae14c14c;hpb=6462876f8d9f6538ad0fcd70717077d9ae174e56 diff --git a/.gitignore b/.gitignore index 730731f295..1b0f25cc81 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ /Makefile.orig /MINFO /TABLE -/*.a /*.pc /rehash.time /inc.* @@ -16,6 +15,8 @@ # *all* Makefiles Makefile +# ... except in demos +!/demos/*/Makefile # Links under apps /apps/CA.pl @@ -25,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 @@ -48,14 +57,12 @@ Makefile /test/ssltest_old /test/x509aux /test/v3ext +/test/versions +/test/ossl_shim/ossl_shim +/test/rsa_complex # 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. @@ -75,8 +82,8 @@ Makefile /util/shlib_wrap.sh /tags /TAGS -/crypto.map -/ssl.map +/libcrypto.map +/libssl.map # Windows (legacy) /tmp32 @@ -145,7 +152,8 @@ Makefile # Certificate symbolic links *.0 -# All kinds of executables +# All kinds of libraries and executables +*.a *.so *.so.* *.dylib @@ -174,3 +182,4 @@ pod2htmd.tmp # Windows manifest files *.manifest +doc-nits