diff options
author | Vladimir Panteleev <git@thecybershadow.net> | 2020-03-02 19:05:03 +0100 |
---|---|---|
committer | Shane Lontis <shane.lontis@oracle.com> | 2020-03-04 01:18:56 +0100 |
commit | 888e2a9bf5e2cf825398b39e5cbabdbc29c71748 (patch) | |
tree | 607706a5ddbf31bf54059437c7988d53edefa0da /.gitignore | |
parent | Add Serializers for EC (diff) | |
download | openssl-888e2a9bf5e2cf825398b39e5cbabdbc29c71748.tar.xz openssl-888e2a9bf5e2cf825398b39e5cbabdbc29c71748.zip |
.gitignore: Add /apps/progs.{c,h}
These files were removed from the source tree in
fe909ee4aeb6eb64f6f31a1544c5d3c81c5fe1f1.
CLA: trivial
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11222)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 44f963db78..3b1a455209 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,8 @@ doc/man1/openssl-x509.pod /TAGS *.map *.ld +/apps/progs.c +/apps/progs.h # Windows (legacy) /tmp32 |