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
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
lib[1234][0-9][0-9][0-9]
|
|
lib[56][0-9][0-9]
|
|
lib1521.c
|
|
libtest_bundle.c
|
|
libauthretry
|
|
libntlmconnect
|
|
libprereq
|