X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=b47a348bdd37ea825c90b4aa5888b28fdbd815a7;hb=7a53360031a505d4bb55f3c7877ded5d165bef5a;hp=281905b63fdf608fe6b68bc089ae1aedd698f55d;hpb=f631f2ecea6051af489a7fd3a9a62582b80824e3;p=openssl.git diff --git a/.gitignore b/.gitignore index 281905b63f..b47a348bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ # Top level excludes /Makefile.orig -/Makefile /MINFO /TABLE /*.a @@ -21,8 +20,10 @@ /makefile.* /out.* /tmp.* +/configdata.pm -**/Makefile +# *all* Makefiles +Makefile /test/*.ss /test/*.srl @@ -30,18 +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 -/crypto/opensslconf.h +/crypto/include/internal/*_conf.h +/openssl/include/opensslconf.h +/util/domd # Auto generated assembly language source files *.s @@ -53,9 +59,19 @@ # Executables /apps/openssl +/fuzz/asn1 +/fuzz/asn1parse +/fuzz/bignum +/fuzz/bndiv +/fuzz/conf +/fuzz/cms +/fuzz/ct +/fuzz/server +/fuzz/x509 /test/sha256t /test/sha512t /test/gost2814789t +/test/ssltest_old /test/*test /test/fips_aesavs /test/fips_desmovs @@ -66,10 +82,21 @@ /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 @@ -77,6 +104,7 @@ # Misc auto generated files /include/openssl/opensslconf.h /tools/c_rehash +/tools/c_rehash.pl /crypto/**/lib /engines/**/lib /ssl/**/lib @@ -84,12 +112,12 @@ Makefile.save *.bak /tags /TAGS -cscope.out +cscope.* *.d /crypto.map /ssl.map -# Windows +# Windows (legacy) /tmp32 /tmp32.dbg /tmp32dll @@ -100,6 +128,7 @@ cscope.out /out32dll.dbg /inc32 /MINFO +/ms/.rnd /ms/bcb.mak /ms/libeay32.def /ms/nt.mak