X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=.gitignore;h=1ea4cb71afed933a8a2915bda38a0ac04ee3d6b5;hp=038ccb97734e29d434f4d21e176b7ca9a1bd7578;hb=HEAD;hpb=2660b7cfbad710dcd9df26e68c18d6c7d6ebaca0 diff --git a/.gitignore b/.gitignore index 038ccb9773..d2de49876d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,13 +6,20 @@ /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 @@ -47,7 +54,13 @@ /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 @@ -100,6 +113,9 @@ providers/common/include/prov/der_sm2.h /test/confdump /test/bio_prefix_text /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 @@ -123,6 +139,8 @@ providers/common/include/prov/der_sm2.h /tools/c_rehash /tools/c_rehash.pl /util/shlib_wrap.sh +/util/wrap.pl +/util/quicserver /tags /TAGS *.map @@ -227,6 +245,7 @@ Makefile.save *.bak cscope.* *.d +!.ctags.d *.d.tmp pod2htmd.tmp MAKE0[0-9][0-9][0-9].@@@ @@ -234,3 +253,7 @@ MAKE0[0-9][0-9][0-9].@@@ # Windows manifest files *.manifest doc-nits + +# LSP (Language Server Protocol) support +.cache/ +compile_commands.json