X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=.gitignore;h=a2ff5f1c257c9f9c83afac73bf2492166dbd68b6;hb=c1e48c5171affd99111fd08e7a0a7e1a76121138;hp=426e7fde0882b11e963a1f84635e8ebdc8f7415d;hpb=3ec32be78a5d39cd6d1211e61967590f17918284;p=openssl.git diff --git a/.gitignore b/.gitignore index 426e7fde08..a2ff5f1c25 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,20 @@ 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/include/prov/der_dsa.h +providers/common/include/prov/der_ec.h +providers/common/include/prov/der_rsa.h # error code files /crypto/err/openssl.txt.old @@ -57,15 +62,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 +# Other generated files in test/ +/test/provider_internal_test.cnf +/test/fipsinstall.cnf +/providers/fipsinstall.cnf # 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_* # Fuzz stuff. @@ -79,14 +87,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 @@ -99,7 +109,6 @@ Makefile /out32dll.dbg /inc32 /MINFO -/ms/.rnd /ms/bcb.mak /ms/libeay32.def /ms/nt.mak @@ -133,6 +142,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 @@ -181,6 +194,7 @@ Makefile.save *.bak cscope.* *.d +*.d.tmp pod2htmd.tmp # Windows manifest files