From: Viktor Szakats Date: Tue, 28 Jan 2025 13:15:46 +0000 (+0100) Subject: gitignore: restore explicit lists and fix them X-Git-Tag: curl-8_12_0~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9eae606dfdc9f8d77a4581dc2c6412da5b96e016;p=thirdparty%2Fcurl.git gitignore: restore explicit lists and fix them Range matches are not supported with `+`: https://git-scm.com/docs/gitignore Also sync `.gitignore` file lists with source files and alphasort them. Follow-up to 5c31c2e6709979db4c949b7cd6a3cf88dec4e1aa #16093 Reported-by: Stefan Eissing Fixes #16112 Fixes #16115 Closes #16116 --- diff --git a/docs/examples/.gitignore b/docs/examples/.gitignore index 2e8b02b246..2a6371faf4 100644 --- a/docs/examples/.gitignore +++ b/docs/examples/.gitignore @@ -2,4 +2,131 @@ # # SPDX-License-Identifier: curl -/[0-9a-z_-]+ +10-at-a-time +address-scope +altsvc +anyauthput +block_ip +cacertinmem +certinfo +chkspeed +connect-to +cookie_interface +crawler +debug +default-scheme +ephiperfifo +evhiperfifo +externalsocket +fileupload +ftp-wildcard +ftpget +ftpgetinfo +ftpgetresp +ftpsget +ftpupload +ftpuploadfrommem +ftpuploadresume +getinfo +getinmemory +getredirect +getreferrer +ghiper +headerapi +hiperfifo +href_extractor +hsts-preload +htmltidy +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-event +multi-formadd +multi-legacy +multi-post +multi-single +multi-uv +multithread +netrc +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-options +sendrecv +sepheaders +sessioninfo +sftpget +sftpuploadresume +shared-connection-cache +simple +simplepost +simplessl +smooth-gtk-thread +smtp-authzid +smtp-expn +smtp-mail +smtp-mime +smtp-multi +smtp-ssl +smtp-tls +smtp-vrfy +sslbackend +synctime +threaded-ssl +unixsocket +url2file +urlapi +usercertinmem +websocket +websocket-cb +xmlstream diff --git a/tests/http/clients/.gitignore b/tests/http/clients/.gitignore index 2e8b02b246..97c9219d19 100644 --- a/tests/http/clients/.gitignore +++ b/tests/http/clients/.gitignore @@ -2,4 +2,12 @@ # # SPDX-License-Identifier: curl -/[0-9a-z_-]+ +h2-pausing +h2-serverpush +h2-upgrade-extreme +hx-download +hx-upload +tls-session-reuse +upload-pausing +ws-data +ws-pingpong diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore index 394ceae0db..1f565cb603 100644 --- a/tests/libtest/.gitignore +++ b/tests/libtest/.gitignore @@ -2,6 +2,10 @@ # # SPDX-License-Identifier: curl -/lib[0-9a-z_-]+ +lib[1234][0-9][0-9][0-9] +lib[56][0-9][0-9] lib1521.c libtest_bundle.c +libauthretry +libntlmconnect +libprereq diff --git a/tests/server/.gitignore b/tests/server/.gitignore index b204a31e5f..b1f12bdf8b 100644 --- a/tests/server/.gitignore +++ b/tests/server/.gitignore @@ -2,4 +2,12 @@ # # SPDX-License-Identifier: curl -[0-9a-z_-]+ +disabled +getpart +mqttd +resolve +rtspd +sockfilt +socksd +sws +tftpd