X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=1ea4cb71afed933a8a2915bda38a0ac04ee3d6b5;hb=23ccae80bd58adfe89e3e345414684eb82bdb531;hp=bf4a9dedf2dbcb3748b72233dfcc06f81a5aa965;hpb=65c1f979ee9346d63bb6e81f25bb7dffda99b342;p=oweals%2Fopenssl.git diff --git a/.gitignore b/.gitignore index bf4a9dedf2..1ea4cb71af 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,9 @@ /.dir-locals.el # Top level excludes -/Makefile.orig +/Makefile /MINFO /TABLE -/*.a /*.pc /rehash.time /inc.* @@ -14,11 +13,6 @@ /tmp.* /configdata.pm -# *all* Makefiles -Makefile -# ... except in demos -!/demos/*/Makefile - # Links under apps /apps/CA.pl /apps/tsget @@ -27,9 +21,29 @@ Makefile # Auto generated headers /crypto/buildinf.h -/crypto/include/internal/*_conf.h -/openssl/include/opensslconf.h -/util/domd +/include/crypto/*_conf.h +/include/openssl/configuration.h +/include/openssl/opensslv.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_rsa_gen.c +providers/common/include/prov/der_dsa.h +providers/common/include/prov/der_ec.h +providers/common/include/prov/der_rsa.h +providers/common/include/prov/der_digests.h + +# 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 @@ -50,16 +64,18 @@ Makefile /test/ssltest_old /test/x509aux /test/v3ext +/test/versions /test/ossl_shim/ossl_shim +/test/rsa_complex +/test/confdump +/test/bio_prefix_text # 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-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 @@ -72,14 +88,16 @@ Makefile !/fuzz/*.* # Misc auto generated files -/include/openssl/opensslconf.h +/doc/man7/openssl_user_macros.pod /tools/c_rehash /tools/c_rehash.pl /util/shlib_wrap.sh /tags /TAGS -/crypto.map -/ssl.map +*.map +*.ld +/apps/progs.c +/apps/progs.h # Windows (legacy) /tmp32 @@ -92,7 +110,6 @@ Makefile /out32dll.dbg /inc32 /MINFO -/ms/.rnd /ms/bcb.mak /ms/libeay32.def /ms/nt.mak @@ -126,6 +143,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 @@ -148,7 +169,8 @@ Makefile # Certificate symbolic links *.0 -# All kinds of executables +# All kinds of libraries and executables +*.a *.so *.so.* *.dylib @@ -173,6 +195,7 @@ Makefile.save *.bak cscope.* *.d +*.d.tmp pod2htmd.tmp # Windows manifest files