X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=e613e4d8a07246e328860180aca941a0cce1fabe;hb=0918b94c9c01307a1cc4cfc347d458827e30ffea;hp=7deae39a78f6a59c3356b21602392ef4ba67cfff;hpb=27f215cfa36de073b4582f7cf91999c988fce534;p=oweals%2Fopenssl.git diff --git a/.gitignore b/.gitignore index 7deae39a78..e613e4d8a0 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 @@ -48,6 +49,7 @@ Makefile /test/ssltest_old /test/x509aux /test/v3ext +/test/ossl_shim/ossl_shim # Certain files that get created by tests on the fly /test/*.ss @@ -72,6 +74,7 @@ Makefile /include/openssl/opensslconf.h /tools/c_rehash /tools/c_rehash.pl +/util/shlib_wrap.sh /tags /TAGS /crypto.map @@ -144,7 +147,8 @@ Makefile # Certificate symbolic links *.0 -# All kinds of executables +# All kinds of libraries and executables +*.a *.so *.so.* *.dylib @@ -169,3 +173,8 @@ Makefile.save *.bak cscope.* *.d +pod2htmd.tmp + +# Windows manifest files +*.manifest +doc-nits