X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=.gitignore;h=b88ede1d59d38fa9e9f94995523b5f274b3bd976;hb=72f649e061bef86cbf41303fede1a61c9fe2c05b;hp=9fdd588e4f9374d3c381084b8611f1ccb33aa764;hpb=7bb82f92d94375e7673fe02cb8186595b2c539f2;p=openssl.git diff --git a/.gitignore b/.gitignore index 9fdd588e4f..b88ede1d59 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ /.dir-locals.el # Top level excludes -/Makefile.orig +/Makefile /MINFO /TABLE /*.pc @@ -13,11 +13,6 @@ /tmp.* /configdata.pm -# *all* Makefiles -Makefile -# ... except in demos -!/demos/*/Makefile - # Links under apps /apps/CA.pl /apps/tsget @@ -26,9 +21,51 @@ Makefile # Auto generated headers /crypto/buildinf.h -/crypto/include/internal/*_conf.h -/openssl/include/opensslconf.h -/util/domd +/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_vfy.h + +# 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 @@ -59,14 +96,16 @@ Makefile /test/versions /test/ossl_shim/ossl_shim /test/rsa_complex -# Other generated files in test/ -/test/provider_internal_test.conf -/test/fipsinstall.conf -/providers/fipsinstall.conf +/test/confdump +/test/bio_prefix_text +/test/evp_extra_test2 # Certain files that get created by tests on the fly -/test/test-runs +/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 @@ -80,7 +119,6 @@ Makefile # 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 @@ -88,6 +126,8 @@ Makefile /TAGS *.map *.ld +/apps/progs.c +/apps/progs.h # Windows (legacy) /tmp32 @@ -100,7 +140,6 @@ Makefile /out32dll.dbg /inc32 /MINFO -/ms/.rnd /ms/bcb.mak /ms/libeay32.def /ms/nt.mak @@ -134,6 +173,10 @@ Makefile /test/fips_test_suite.c /test/shatest.c +# Generated docs directories +/doc/html +/doc/man + ##### Generic patterns # Auto generated assembly language source files *.s @@ -169,6 +212,7 @@ Makefile *.exp *.lib *.pdb +*.tds *.ilk *.def *.rc @@ -182,7 +226,9 @@ Makefile.save *.bak cscope.* *.d +*.d.tmp pod2htmd.tmp +MAKE0[0-9][0-9][0-9].@@@ # Windows manifest files *.manifest