X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=d618cd692b56a06a9fc3e894371cb37aa9e76d07;hb=57fd517066418472b3280a975823405fb8f2f43d;hp=e55ab65e9f77bf43a9306d83f3652883da82b50b;hpb=e7932c1eb7daa1f8778df57687f6983fe6712734;p=oweals%2Fopenssl.git diff --git a/.gitignore b/.gitignore index e55ab65e9f..d618cd692b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ /Makefile.orig /MINFO /TABLE -/*.a /*.pc /rehash.time /inc.* @@ -16,6 +15,8 @@ # *all* Makefiles Makefile +# ... except in demos +!/demos/*/Makefile # Links under apps /apps/CA.pl @@ -25,10 +26,18 @@ Makefile # Auto generated headers /crypto/buildinf.h +/apps/progs.h /crypto/include/internal/*_conf.h /openssl/include/opensslconf.h /util/domd +# 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 /test/sha256t @@ -48,14 +57,11 @@ Makefile /test/ssltest_old /test/x509aux /test/v3ext +/test/versions +/test/ossl_shim/ossl_shim # 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/test-runs /test/buildtest_* # Fuzz stuff. @@ -72,10 +78,11 @@ Makefile /include/openssl/opensslconf.h /tools/c_rehash /tools/c_rehash.pl +/util/shlib_wrap.sh /tags /TAGS -/crypto.map -/ssl.map +/libcrypto.map +/libssl.map # Windows (legacy) /tmp32 @@ -144,7 +151,8 @@ Makefile # Certificate symbolic links *.0 -# All kinds of executables +# All kinds of libraries and executables +*.a *.so *.so.* *.dylib @@ -173,3 +181,4 @@ pod2htmd.tmp # Windows manifest files *.manifest +doc-nits