The branch master has been updated
       via  15500c9d08dc51e67b5afb7de058258e244fe7f9 (commit)
      from  3a1ec0c269d1d694a2abeba70653da3f8706c0ab (commit)


- Log -----------------------------------------------------------------
commit 15500c9d08dc51e67b5afb7de058258e244fe7f9
Author: Matt Caswell <[email protected]>
Date:   Thu Jun 24 11:24:07 2021 +0100

    Add wrap.pl to .gitignore
    
    This file is now auto-generated from a template (wrap.pl.in). Therefore
    it should be ignored by git.
    
    Reviewed-by: Paul Dale <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/15895)

-----------------------------------------------------------------------

Summary of changes:
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index fa989a8029..e02e099d84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -124,6 +124,7 @@ providers/common/include/prov/der_sm2.h
 /tools/c_rehash
 /tools/c_rehash.pl
 /util/shlib_wrap.sh
+/util/wrap.pl
 /tags
 /TAGS
 *.map

Reply via email to