mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:04:15 +03:00
tidy-up: .gitignore lines mostly
- `.gitignore`: delete, dedupe and move rules upwards. Ref:6389ba87b8#13311 - `.gitignore`: fix generated test sources. Follow-up to71cf0d1fca#14772 - `.gitignore`: replace exe listings with a wildcard. - lib: move `setup-*.h` from `EXTRA_DIST` to `CURL_HFILES`. - `makedebug.bat`: uppercase an argument to match docs. - GHA/non-native: delete stray env. Follow-up to12a6de2f66#16043 - sort source lists. Closes #16093
This commit is contained in:
parent
cb4cd36fe7
commit
5c31c2e670
30 changed files with 31 additions and 272 deletions
118
docs/examples/.gitignore
vendored
118
docs/examples/.gitignore
vendored
|
|
@ -2,120 +2,4 @@
|
|||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
10-at-a-time
|
||||
address-scope
|
||||
altsvc
|
||||
anyauthput
|
||||
block_ip
|
||||
certinfo
|
||||
chkspeed
|
||||
connect-to
|
||||
cookie_interface
|
||||
debug
|
||||
default-scheme
|
||||
externalsocket
|
||||
fileupload
|
||||
fopen
|
||||
ftp-wildcard
|
||||
ftpget
|
||||
ftpgetinfo
|
||||
ftpgetresp
|
||||
ftpsget
|
||||
ftpupload
|
||||
ftpuploadfrommem
|
||||
ftpuploadresume
|
||||
getinfo
|
||||
getinmemory
|
||||
getredirect
|
||||
getreferrer
|
||||
headerapi
|
||||
hsts-preload
|
||||
http-options
|
||||
http-post
|
||||
http2-download
|
||||
http2-pushinmemory
|
||||
http2-serverpush
|
||||
http2-upload
|
||||
http3
|
||||
http3-present
|
||||
httpcustomheader
|
||||
httpput
|
||||
httpput-postfields
|
||||
https
|
||||
imap-append
|
||||
imap-authzid
|
||||
imap-copy
|
||||
imap-create
|
||||
imap-delete
|
||||
imap-examine
|
||||
imap-fetch
|
||||
imap-list
|
||||
imap-lsub
|
||||
imap-multi
|
||||
imap-noop
|
||||
imap-search
|
||||
imap-ssl
|
||||
imap-store
|
||||
imap-tls
|
||||
interface
|
||||
ipv6
|
||||
keepalive
|
||||
localport
|
||||
maxconnects
|
||||
multi-app
|
||||
multi-debugcallback
|
||||
multi-double
|
||||
multi-formadd
|
||||
multi-legacy
|
||||
multi-poll
|
||||
multi-post
|
||||
multi-single
|
||||
netrc
|
||||
new-gitignore
|
||||
parseurl
|
||||
persistent
|
||||
pop3-authzid
|
||||
pop3-dele
|
||||
pop3-list
|
||||
pop3-multi
|
||||
pop3-noop
|
||||
pop3-retr
|
||||
pop3-ssl
|
||||
pop3-stat
|
||||
pop3-tls
|
||||
pop3-top
|
||||
pop3-uidl
|
||||
post-callback
|
||||
postinmemory
|
||||
postit2
|
||||
postit2-formadd
|
||||
progressfunc
|
||||
protofeats
|
||||
range
|
||||
resolve
|
||||
rtsp
|
||||
rtsp-options
|
||||
sendrecv
|
||||
sepheaders
|
||||
sftpget
|
||||
sftpuploadresume
|
||||
shared-connection-cache
|
||||
simple
|
||||
simplepost
|
||||
simplessl
|
||||
smtp-authzid
|
||||
smtp-expn
|
||||
smtp-mail
|
||||
smtp-mime
|
||||
smtp-multi
|
||||
smtp-ssl
|
||||
smtp-tls
|
||||
smtp-vrfy
|
||||
sslbackend
|
||||
unixsocket
|
||||
url2file
|
||||
urlapi
|
||||
usercertinmem
|
||||
websocket
|
||||
websocket-cb
|
||||
xmlstream
|
||||
/[0-9a-z_-]+
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ check_PROGRAMS = \
|
|||
ipv6 \
|
||||
keepalive \
|
||||
localport \
|
||||
maxconnects \
|
||||
maxconnects \
|
||||
multi-app \
|
||||
multi-debugcallback \
|
||||
multi-double \
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@ man_MANS = \
|
|||
curl_easy_reset.3 \
|
||||
curl_easy_send.3 \
|
||||
curl_easy_setopt.3 \
|
||||
curl_easy_ssls_import.3 \
|
||||
curl_easy_ssls_export.3 \
|
||||
curl_easy_ssls_import.3 \
|
||||
curl_easy_strerror.3 \
|
||||
curl_easy_unescape.3 \
|
||||
curl_easy_upkeep.3 \
|
||||
|
|
@ -56,8 +56,8 @@ man_MANS = \
|
|||
curl_global_cleanup.3 \
|
||||
curl_global_init.3 \
|
||||
curl_global_init_mem.3 \
|
||||
curl_global_trace.3 \
|
||||
curl_global_sslset.3 \
|
||||
curl_global_trace.3 \
|
||||
curl_mime_addpart.3 \
|
||||
curl_mime_data.3 \
|
||||
curl_mime_data_cb.3 \
|
||||
|
|
@ -87,11 +87,11 @@ man_MANS = \
|
|||
curl_multi_socket_all.3 \
|
||||
curl_multi_strerror.3 \
|
||||
curl_multi_timeout.3 \
|
||||
curl_multi_wakeup.3 \
|
||||
curl_multi_wait.3 \
|
||||
curl_multi_waitfds.3 \
|
||||
curl_pushheader_bynum.3 \
|
||||
curl_multi_wakeup.3 \
|
||||
curl_pushheader_byname.3 \
|
||||
curl_pushheader_bynum.3 \
|
||||
curl_share_cleanup.3 \
|
||||
curl_share_init.3 \
|
||||
curl_share_setopt.3 \
|
||||
|
|
@ -113,8 +113,8 @@ man_MANS = \
|
|||
curl_ws_recv.3 \
|
||||
curl_ws_send.3 \
|
||||
libcurl-easy.3 \
|
||||
libcurl-env.3 \
|
||||
libcurl-env-dbg.3 \
|
||||
libcurl-env.3 \
|
||||
libcurl-errors.3 \
|
||||
libcurl-multi.3 \
|
||||
libcurl-security.3 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue