diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-29 19:29:45 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-29 22:56:07 +0100 |
commit | ced2c2c598e195175950a67756d426052d38c228 (patch) | |
tree | 96426030f0ca1099c33d147e67b619bb73a77f6a /.gitignore | |
parent | Better type for x509 -checkend argument (diff) | |
download | openssl-ced2c2c598e195175950a67756d426052d38c228.tar.xz openssl-ced2c2c598e195175950a67756d426052d38c228.zip |
Templatize util/domd
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e8d5105d3c..4bbd89b4d7 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ /crypto/buildinf.h /openssl/include/opensslconf.h /crypto/include/internal/*_conf.h +util/domd # Auto generated assembly language source files *.s |