X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=.gitignore;h=d15303e49be51d89d639876f253941ced8cdec6e;hp=7496b0e4d586403684cc8f611d95a246c1c51a5d;hb=8c10e1b660be1286439e15c9a955461f25b53616;hpb=d016d1ec34977fa9305ad5d535b03d6c5677cf1c diff --git a/.gitignore b/.gitignore index 7496b0e4d5..d15303e49b 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,10 +21,22 @@ Makefile # Auto generated headers /crypto/buildinf.h -/apps/progs.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_dsa.c +providers/common/der/der_ec.c +providers/common/der/der_rsa.c +providers/common/der/der_digests.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 @@ -57,11 +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/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 @@ -74,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 -/libcrypto.map -/libssl.map +*.map +*.ld +/apps/progs.c +/apps/progs.h # Windows (legacy) /tmp32 @@ -94,7 +110,6 @@ Makefile /out32dll.dbg /inc32 /MINFO -/ms/.rnd /ms/bcb.mak /ms/libeay32.def /ms/nt.mak @@ -128,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 @@ -176,6 +195,7 @@ Makefile.save *.bak cscope.* *.d +*.d.tmp pod2htmd.tmp # Windows manifest files