mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:33:39 +03:00
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 5c31c2e670 #16093
Reported-by: Stefan Eissing
Fixes #16112
Fixes #16115
Closes #16116
This commit is contained in:
parent
399ca56be5
commit
9eae606dfd
4 changed files with 151 additions and 4 deletions
10
tests/http/clients/.gitignore
vendored
10
tests/http/clients/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue