mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:33:32 +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
6
tests/libtest/.gitignore
vendored
6
tests/libtest/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue