diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-01-29 10:22:40 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-01-29 10:22:40 +0100 |
commit | 8bcf677a30cc1559b635c0eca7dd29ac2ab5f4bb (patch) | |
tree | 8c54a4b4c78dabf0a7ef33182d0632aa4dbcc74c /docs/examples | |
parent | 5e7fe58698792f564acb2584f7fdf0de2cc3e53d (diff) |
examples: gitignore more binaries
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/.gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/examples/.gitignore b/docs/examples/.gitignore index 40bd837b8..d64e12de0 100644 --- a/docs/examples/.gitignore +++ b/docs/examples/.gitignore @@ -20,15 +20,39 @@ httpcustomheader httpput https imap +imap-append +imap-copy +imap-create +imap-delete +imap-examine +imap-fetch +imap-list +imap-multi +imap-noop +imap-search +imap-ssl +imap-store +imap-tls multi-app multi-debugcallback multi-double multi-post multi-single persistant +pop3-dele +pop3-list +pop3-multi +pop3-noop +pop3-retr +pop3-ssl +pop3-stat +pop3-tls +pop3-top +pop3-uidl pop3s pop3slist post-callback +postinmemory postit2 progressfunc resolve @@ -40,8 +64,12 @@ simple simplepost simplesmtp simplessl +smtp-expn +smtp-mail smtp-multi +smtp-ssl smtp-tls +smtp-vrfy url2file usercertinmem xmlstream |