From 251cabfb4a9968e92a488635a7ac5071b3f260bd Mon Sep 17 00:00:00 2001 From: Rikard Falkeborn Date: Mon, 31 Dec 2018 23:08:29 +0100 Subject: 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 --- docs/examples/.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1