mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:07:16 +03:00
tidy-up: .gitignore lines mostly
- `.gitignore`: delete, dedupe and move rules upwards. Ref:6389ba87b8#13311 - `.gitignore`: fix generated test sources. Follow-up to71cf0d1fca#14772 - `.gitignore`: replace exe listings with a wildcard. - lib: move `setup-*.h` from `EXTRA_DIST` to `CURL_HFILES`. - `makedebug.bat`: uppercase an argument to match docs. - GHA/non-native: delete stray env. Follow-up to12a6de2f66#16043 - sort source lists. Closes #16093
This commit is contained in:
parent
cb4cd36fe7
commit
5c31c2e670
30 changed files with 31 additions and 272 deletions
10
tests/http/clients/.gitignore
vendored
10
tests/http/clients/.gitignore
vendored
|
|
@ -2,12 +2,4 @@
|
|||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
h2-serverpush
|
||||
hx-download
|
||||
hx-upload
|
||||
ws-data
|
||||
ws-pingpong
|
||||
h2-upgrade-extreme
|
||||
tls-session-reuse
|
||||
h2-pausing
|
||||
upload-pausing
|
||||
/[0-9a-z_-]+
|
||||
|
|
|
|||
|
|
@ -24,11 +24,11 @@
|
|||
|
||||
# These are all libcurl example programs to be test compiled
|
||||
check_PROGRAMS = \
|
||||
hx-download \
|
||||
hx-upload \
|
||||
h2-pausing \
|
||||
h2-serverpush \
|
||||
h2-upgrade-extreme \
|
||||
hx-download \
|
||||
hx-upload \
|
||||
tls-session-reuse \
|
||||
upload-pausing \
|
||||
ws-data \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue