X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=.gitignore;h=426e7fde0882b11e963a1f84635e8ebdc8f7415d;hp=bf4a9dedf2dbcb3748b72233dfcc06f81a5aa965;hb=d3c094ca712594eeb42d732642f4a3ffc5ffc59a;hpb=65c1f979ee9346d63bb6e81f25bb7dffda99b342 diff --git a/.gitignore b/.gitignore index bf4a9dedf2..426e7fde08 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ /Makefile.orig /MINFO /TABLE -/*.a /*.pc /rehash.time /inc.* @@ -27,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 @@ -148,7 +155,8 @@ Makefile # Certificate symbolic links *.0 -# All kinds of executables +# All kinds of libraries and executables +*.a *.so *.so.* *.dylib