From 013cb2ff7d3a37cab6910cc2e4d255377d341b6e Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 6 Oct 2021 10:46:00 +0200 Subject: [PATCH] docs/examples: add missing binaries to gitignore Commit f65d7889b added getreferrer, and commit ae8e11ed5 multi-legacy, both of which missed adding .gitignore clauses for the built binaries. Closes #7817 Reviewed-by: Daniel Stenberg --- docs/examples/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/examples/.gitignore b/docs/examples/.gitignore index f1f0e39cf4..6b9f998d03 100644 --- a/docs/examples/.gitignore +++ b/docs/examples/.gitignore @@ -16,6 +16,7 @@ ftpsget ftpupload ftpuploadfrommem ftpuploadresume +getreferrer getinfo getinmemory getredirect @@ -49,6 +50,7 @@ multi-app multi-debugcallback multi-double multi-formadd +multi-legacy multi-poll multi-post multi-single