mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +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/server/.gitignore
vendored
10
tests/server/.gitignore
vendored
|
|
@ -2,4 +2,12 @@
|
|||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
[0-9a-z_-]+
|
||||
disabled
|
||||
getpart
|
||||
mqttd
|
||||
resolve
|
||||
rtspd
|
||||
sockfilt
|
||||
socksd
|
||||
sws
|
||||
tftpd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue