X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=.gitignore;h=a7ca42516861149782ef1e4066ebdf17b3dc864e;hp=4bbd89b4d7e194b3f77c596594b5b989f35da253;hb=3ffb060ee2ca13992d356a9a61c153fb82e8088e;hpb=ced2c2c598e195175950a67756d426052d38c228 diff --git a/.gitignore b/.gitignore index 4bbd89b4d7..a7ca425168 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ # Top level excludes /Makefile.orig -/Makefile /MINFO /TABLE /*.a @@ -23,7 +22,8 @@ /tmp.* /configdata.pm -**/Makefile +# *all* Makefiles +Makefile /test/*.ss /test/*.srl @@ -31,20 +31,23 @@ /test/test*.pem /test/newkey.pem /test/*.log +/test/buildtest_* # Certificate symbolic links *.0 # Links under apps /apps/CA.pl +/apps/tsget +/apps/tsget.pl /apps/md4.c # Auto generated headers /crypto/buildinf.h -/openssl/include/opensslconf.h /crypto/include/internal/*_conf.h -util/domd +/openssl/include/opensslconf.h +/util/domd # Auto generated assembly language source files *.s @@ -56,9 +59,26 @@ util/domd # Executables /apps/openssl +/fuzz/asn1 +/fuzz/asn1-test +/fuzz/asn1parse +/fuzz/asn1parse-test +/fuzz/bignum +/fuzz/bignum-test +/fuzz/bndiv +/fuzz/bndiv-test +/fuzz/conf +/fuzz/conf-test +/fuzz/cms +/fuzz/cms-test +/fuzz/ct +/fuzz/ct-test +/fuzz/server +/fuzz/server-test /test/sha256t /test/sha512t /test/gost2814789t +/test/ssltest_old /test/*test /test/fips_aesavs /test/fips_desmovs @@ -69,10 +89,21 @@ util/domd /test/fips_ecdsavs /test/fips_rngvs /test/fips_test_suite +/test/ssltest_old +/test/x509aux +/test/v3ext *.so* *.dylib* *.dll* *.exe +*.pyc +*.exp +*.lib +*.pdb +*.ilk +*.def +*.rc +*.res # Exceptions !/test/bctest !/crypto/des/times/486-50.sol @@ -80,6 +111,7 @@ util/domd # Misc auto generated files /include/openssl/opensslconf.h /tools/c_rehash +/tools/c_rehash.pl /crypto/**/lib /engines/**/lib /ssl/**/lib @@ -87,12 +119,12 @@ Makefile.save *.bak /tags /TAGS -cscope.out +cscope.* *.d /crypto.map /ssl.map -# Windows +# Windows (legacy) /tmp32 /tmp32.dbg /tmp32dll @@ -103,6 +135,7 @@ cscope.out /out32dll.dbg /inc32 /MINFO +/ms/.rnd /ms/bcb.mak /ms/libeay32.def /ms/nt.mak