summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2021-10-06 10:46:00 +0200
committerDaniel Gustafsson <daniel@yesql.se>2021-10-06 10:46:00 +0200
commit013cb2ff7d3a37cab6910cc2e4d255377d341b6e (patch)
treed0844b4308b2ffa3efeef82768be5e0919aeebf1
parent2ac10a9ea08c2bf46da02d867b76d42b1fb94cf1 (diff)
downloadcurl-013cb2ff7d3a37cab6910cc2e4d255377d341b6e.tar.gz
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 <daniel@haxx.se>
-rw-r--r--docs/examples/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/.gitignore b/docs/examples/.gitignore
index f1f0e39cf..6b9f998d0 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