X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fopenssl.git;a=blobdiff_plain;f=.gitignore;h=1ea4cb71afed933a8a2915bda38a0ac04ee3d6b5;hp=0578fd5c1b2ca441f942746fd4c373f0a567fc2b;hb=HEAD;hpb=5e98904c231f5a40c6ce291df85799cca7c8d125 diff --git a/.gitignore b/.gitignore index 0578fd5c1b..d2de49876d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,16 +2,24 @@ /.dir-locals.el # Top level excludes +/Makefile.in /Makefile /MINFO /TABLE -/*.pc /rehash.time /inc.* /makefile.* /out.* /tmp.* /configdata.pm +/builddata.pm +/installdata.pm + +# Exporters +/*.pc +/OpenSSLConfig*.cmake +/exporters/*.pc +/exporters/OpenSSLConfig*.cmake # Links under apps /apps/CA.pl @@ -22,12 +30,57 @@ # Auto generated headers /crypto/buildinf.h /include/crypto/*_conf.h +/include/openssl/asn1.h +/include/openssl/asn1t.h +/include/openssl/bio.h +/include/openssl/cmp.h +/include/openssl/cms.h +/include/openssl/conf.h /include/openssl/configuration.h +/include/openssl/crmf.h +/include/openssl/crypto.h +/include/openssl/ct.h +/include/openssl/err.h +/include/openssl/ess.h +/include/openssl/fipskey.h +/include/openssl/lhash.h +/include/openssl/ocsp.h /include/openssl/opensslv.h +/include/openssl/pkcs12.h +/include/openssl/pkcs7.h +/include/openssl/safestack.h +/include/openssl/srp.h +/include/openssl/ssl.h +/include/openssl/ui.h +/include/openssl/x509.h +/include/openssl/x509v3.h +/include/openssl/x509_acert.h +/include/openssl/x509_vfy.h +/include/openssl/core_names.h +/include/internal/param_names.h + +# Auto generated parameter name files +/crypto/params_idx.c # Auto generated doc files doc/man1/openssl-*.pod +# Auto generated der files +providers/common/der/der_digests_gen.c +providers/common/der/der_dsa_gen.c +providers/common/der/der_ec_gen.c +providers/common/der/der_ecx_gen.c +providers/common/der/der_rsa_gen.c +providers/common/der/der_wrap_gen.c +providers/common/der/der_sm2_gen.c +providers/common/include/prov/der_dsa.h +providers/common/include/prov/der_ec.h +providers/common/include/prov/der_ecx.h +providers/common/include/prov/der_rsa.h +providers/common/include/prov/der_digests.h +providers/common/include/prov/der_wrap.h +providers/common/include/prov/der_sm2.h + # error code files /crypto/err/openssl.txt.old /engines/e_afalg.txt.old @@ -59,14 +112,17 @@ doc/man1/openssl-*.pod /test/rsa_complex /test/confdump /test/bio_prefix_text -# Other generated files in test/ -/test/provider_internal_test.cnf -/test/fipsinstall.cnf -/providers/fipsinstall.cnf +/test/evp_extra_test2 +/test/evp_pkey_ctx_new_from_name +/test/threadstest_fips +/test/timing_load_creds # Certain files that get created by tests on the fly /test-runs /test/buildtest_* +/test/provider_internal_test.cnf +/test/fipsmodule.cnf +/providers/fipsmodule.cnf # Fuzz stuff. # Anything without an extension is an executable on Unix, so we keep files @@ -83,6 +139,8 @@ doc/man1/openssl-*.pod /tools/c_rehash /tools/c_rehash.pl /util/shlib_wrap.sh +/util/wrap.pl +/util/quicserver /tags /TAGS *.map @@ -173,6 +231,7 @@ doc/man1/openssl-*.pod *.exp *.lib *.pdb +*.tds *.ilk *.def *.rc @@ -186,9 +245,15 @@ Makefile.save *.bak cscope.* *.d +!.ctags.d *.d.tmp pod2htmd.tmp +MAKE0[0-9][0-9][0-9].@@@ # Windows manifest files *.manifest doc-nits + +# LSP (Language Server Protocol) support +.cache/ +compile_commands.json