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
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
10-at-a-time
|
10-at-a-time
|
||||||
|
address-scope
|
||||||
altsvc
|
altsvc
|
||||||
anyauthput
|
anyauthput
|
||||||
certinfo
|
certinfo
|
||||||
chkspeed
|
chkspeed
|
||||||
|
connect-to
|
||||||
cookie_interface
|
cookie_interface
|
||||||
debug
|
debug
|
||||||
|
default-scheme
|
||||||
externalsocket
|
externalsocket
|
||||||
fileupload
|
fileupload
|
||||||
fopen
|
fopen
|
||||||
|
@ -20,10 +23,13 @@ ftpsget
|
||||||
ftpupload
|
ftpupload
|
||||||
ftpuploadfrommem
|
ftpuploadfrommem
|
||||||
ftpuploadresume
|
ftpuploadresume
|
||||||
getreferrer
|
|
||||||
getinfo
|
getinfo
|
||||||
getinmemory
|
getinmemory
|
||||||
getredirect
|
getredirect
|
||||||
|
getreferrer
|
||||||
|
headerapi
|
||||||
|
hsts-preload
|
||||||
|
http-options
|
||||||
http-post
|
http-post
|
||||||
http2-download
|
http2-download
|
||||||
http2-pushinmemory
|
http2-pushinmemory
|
||||||
|
@ -50,6 +56,11 @@ imap-search
|
||||||
imap-ssl
|
imap-ssl
|
||||||
imap-store
|
imap-store
|
||||||
imap-tls
|
imap-tls
|
||||||
|
interface
|
||||||
|
ipv6
|
||||||
|
keepalive
|
||||||
|
localport
|
||||||
|
maxconnects
|
||||||
multi-app
|
multi-app
|
||||||
multi-debugcallback
|
multi-debugcallback
|
||||||
multi-double
|
multi-double
|
||||||
|
@ -58,6 +69,8 @@ multi-legacy
|
||||||
multi-poll
|
multi-poll
|
||||||
multi-post
|
multi-post
|
||||||
multi-single
|
multi-single
|
||||||
|
netrc
|
||||||
|
new-gitignore
|
||||||
parseurl
|
parseurl
|
||||||
persistent
|
persistent
|
||||||
pop3-authzid
|
pop3-authzid
|
||||||
|
@ -76,8 +89,11 @@ postinmemory
|
||||||
postit2
|
postit2
|
||||||
postit2-formadd
|
postit2-formadd
|
||||||
progressfunc
|
progressfunc
|
||||||
|
protofeats
|
||||||
|
range
|
||||||
resolve
|
resolve
|
||||||
rtsp
|
rtsp
|
||||||
|
rtsp-options
|
||||||
sendrecv
|
sendrecv
|
||||||
sepheaders
|
sepheaders
|
||||||
sftpget
|
sftpget
|
||||||
|
@ -95,7 +111,10 @@ smtp-ssl
|
||||||
smtp-tls
|
smtp-tls
|
||||||
smtp-vrfy
|
smtp-vrfy
|
||||||
sslbackend
|
sslbackend
|
||||||
urlapi
|
unixsocket
|
||||||
url2file
|
url2file
|
||||||
|
urlapi
|
||||||
usercertinmem
|
usercertinmem
|
||||||
|
websocket
|
||||||
|
websocket-cb
|
||||||
xmlstream
|
xmlstream
|
||||||
|
|
Loading…
Reference in New Issue
Block a user