X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=fb08a3c5b02ed8a2c173cceb7376ff7942078b94;hb=82bd7c2cbd3a4b38321fb9053b8aa0f5d100cf54;hp=bf4a9dedf2dbcb3748b72233dfcc06f81a5aa965;hpb=65c1f979ee9346d63bb6e81f25bb7dffda99b342;p=openssl.git diff --git a/.gitignore b/.gitignore index bf4a9dedf2..fb08a3c5b0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ /Makefile.orig /MINFO /TABLE -/*.a /*.pc /rehash.time /inc.* @@ -31,6 +30,13 @@ Makefile /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 +56,14 @@ Makefile /test/ssltest_old /test/x509aux /test/v3ext +/test/versions /test/ossl_shim/ossl_shim +/test/rsa_complex +# Other generated files in test/ +/test/provider_internal_test.conf # 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. @@ -72,14 +77,15 @@ Makefile !/fuzz/*.* # Misc auto generated files +/doc/man7/openssl_user_macros.pod /include/openssl/opensslconf.h /tools/c_rehash /tools/c_rehash.pl /util/shlib_wrap.sh /tags /TAGS -/crypto.map -/ssl.map +*.map +*.ld # Windows (legacy) /tmp32 @@ -148,7 +154,8 @@ Makefile # Certificate symbolic links *.0 -# All kinds of executables +# All kinds of libraries and executables +*.a *.so *.so.* *.dylib