mirror of
https://github.com/curl/curl.git
synced 2025-09-12 23:22:42 +03:00
examples: add missing binaries to .gitignore
They were showing as changed when built. Add them sorted alphabetically, while also moving a few more entries to sorted order. Closes #13952
This commit is contained in:
parent
9d09f9ec7a
commit
6e2d3db99f
23
docs/examples/.gitignore
vendored
23
docs/examples/.gitignore
vendored
|
@ -3,12 +3,15 @@
|
|||
# SPDX-License-Identifier: curl
|
||||
|
||||
10-at-a-time
|
||||
address-scope
|
||||
altsvc
|
||||
anyauthput
|
||||
certinfo
|
||||
chkspeed
|
||||
connect-to
|
||||
cookie_interface
|
||||
debug
|
||||
default-scheme
|
||||
externalsocket
|
||||
fileupload
|
||||
fopen
|
||||
|
@ -20,10 +23,13 @@ ftpsget
|
|||
ftpupload
|
||||
ftpuploadfrommem
|
||||
ftpuploadresume
|
||||
getreferrer
|
||||
getinfo
|
||||
getinmemory
|
||||
getredirect
|
||||
getreferrer
|
||||
headerapi
|
||||
hsts-preload
|
||||
http-options
|
||||
http-post
|
||||
http2-download
|
||||
http2-pushinmemory
|
||||
|
@ -50,6 +56,11 @@ imap-search
|
|||
imap-ssl
|
||||
imap-store
|
||||
imap-tls
|
||||
interface
|
||||
ipv6
|
||||
keepalive
|
||||
localport
|
||||
maxconnects
|
||||
multi-app
|
||||
multi-debugcallback
|
||||
multi-double
|
||||
|
@ -58,6 +69,8 @@ multi-legacy
|
|||
multi-poll
|
||||
multi-post
|
||||
multi-single
|
||||
netrc
|
||||
new-gitignore
|
||||
parseurl
|
||||
persistent
|
||||
pop3-authzid
|
||||
|
@ -76,8 +89,11 @@ postinmemory
|
|||
postit2
|
||||
postit2-formadd
|
||||
progressfunc
|
||||
protofeats
|
||||
range
|
||||
resolve
|
||||
rtsp
|
||||
rtsp-options
|
||||
sendrecv
|
||||
sepheaders
|
||||
sftpget
|
||||
|
@ -95,7 +111,10 @@ smtp-ssl
|
|||
smtp-tls
|
||||
smtp-vrfy
|
||||
sslbackend
|
||||
urlapi
|
||||
unixsocket
|
||||
url2file
|
||||
urlapi
|
||||
usercertinmem
|
||||
websocket
|
||||
websocket-cb
|
||||
xmlstream
|
||||
|
|
Loading…
Reference in New Issue
Block a user