diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2018-12-31 23:08:29 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-01-02 14:32:01 +0100 |
commit | 251cabfb4a9968e92a488635a7ac5071b3f260bd (patch) | |
tree | 85db1751fafde7ea80caff667bdc9a4508411a1e /docs/examples/.gitignore | |
parent | b3e24e26e1cae96dc88efa7139b3694d58f9139e (diff) |
examples: Update .gitignore
Add a few missing examples to make `make examples` not leave the
workspace in a dirty state.
Closes #3427
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'docs/examples/.gitignore')
-rw-r--r-- | docs/examples/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/.gitignore b/docs/examples/.gitignore index f04f246d8..387371297 100644 --- a/docs/examples/.gitignore +++ b/docs/examples/.gitignore @@ -20,6 +20,7 @@ getinmemory getredirect http-post http2-download +http2-pushinmemory http2-serverpush http2-upload httpcustomheader @@ -46,6 +47,7 @@ multi-double multi-formadd multi-post multi-single +parseurl persistent pop3-dele pop3-list @@ -83,6 +85,7 @@ smtp-ssl smtp-tls smtp-vrfy sslbackend +urlapi url2file usercertinmem xmlstream |