diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2020-11-19 00:08:30 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-23 23:09:33 +0100 |
commit | 77b2f702c429d122dd5437ce2e88d7c955efd411 (patch) | |
tree | 0c7379ec4ae85cb325ed836ff4b18e27e6a04c38 | |
parent | 37cdc2a05c964a7212848149725e8072741f4213 (diff) | |
download | curl-77b2f702c429d122dd5437ce2e88d7c955efd411.tar.gz |
examples: update .gitignore
Add files that are generated by 'make examples' and remove some that
have been renamed.
The commits that renamed the programs are e9625c5bc6c046a (imap.c and
simplesmtp.c were renamed to imap-fetch.c and smtp-send.c) and
ad39e7ec01e7 (pop3slist.c and pop3s.c were renamed to pop3-list.c and
pop3-ssl.c).
Closes #6240
-rw-r--r-- | docs/examples/.gitignore | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/examples/.gitignore b/docs/examples/.gitignore index 387371297..f1f0e39cf 100644 --- a/docs/examples/.gitignore +++ b/docs/examples/.gitignore @@ -1,4 +1,5 @@ 10-at-a-time +altsvc anyauthput certinfo chkspeed @@ -23,11 +24,14 @@ http2-download http2-pushinmemory http2-serverpush http2-upload +http3 +http3-present httpcustomheader httpput +httpput-postfields https -imap imap-append +imap-authzid imap-copy imap-create imap-delete @@ -45,10 +49,12 @@ multi-app multi-debugcallback multi-double multi-formadd +multi-poll multi-post multi-single parseurl persistent +pop3-authzid pop3-dele pop3-list pop3-multi @@ -59,8 +65,6 @@ pop3-stat pop3-tls pop3-top pop3-uidl -pop3s -pop3slist post-callback postinmemory postit2 @@ -75,8 +79,8 @@ sftpuploadresume shared-connection-cache simple simplepost -simplesmtp simplessl +smtp-authzid smtp-expn smtp-mail smtp-mime |