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
1
.github/workflows/non-native.yml
vendored
1
.github/workflows/non-native.yml
vendored
@ -318,7 +318,6 @@ jobs:
|
|||||||
- name: 'configure'
|
- name: 'configure'
|
||||||
run: |
|
run: |
|
||||||
if [ -n '${{ matrix.build.generate }}' ]; then
|
if [ -n '${{ matrix.build.generate }}' ]; then
|
||||||
export OPENSSL_DIR=/
|
|
||||||
# https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-visionos-or-watchos
|
# https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-visionos-or-watchos
|
||||||
[ -n '${{ matrix.build.generator }}' ] && options='-G ${{ matrix.build.generator }}'
|
[ -n '${{ matrix.build.generator }}' ] && options='-G ${{ matrix.build.generator }}'
|
||||||
cmake -B bld -DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON -DCURL_WERROR=ON \
|
cmake -B bld -DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON -DCURL_WERROR=ON \
|
||||||
|
|||||||
5
.gitignore
vendored
5
.gitignore
vendored
@ -8,11 +8,15 @@
|
|||||||
*.exp
|
*.exp
|
||||||
*.la
|
*.la
|
||||||
*.lib
|
*.lib
|
||||||
|
*.a
|
||||||
|
*.res
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
*.pdb
|
*.pdb
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
*~
|
*~
|
||||||
.*.sw?
|
.*.sw?
|
||||||
.cproject
|
.cproject
|
||||||
@ -60,6 +64,7 @@ missing
|
|||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
tags
|
tags
|
||||||
test-driver
|
test-driver
|
||||||
|
stamp-h*
|
||||||
scripts/_curl
|
scripts/_curl
|
||||||
scripts/curl.fish
|
scripts/curl.fish
|
||||||
curl_fuzzer
|
curl_fuzzer
|
||||||
|
|||||||
@ -50,7 +50,6 @@ int main(void)
|
|||||||
int flags = 0;
|
int flags = 0;
|
||||||
if(0 != fcntl(0, F_SETFL, flags | O_NONBLOCK))
|
if(0 != fcntl(0, F_SETFL, flags | O_NONBLOCK))
|
||||||
return 1;
|
return 1;
|
||||||
;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
118
docs/examples/.gitignore
vendored
118
docs/examples/.gitignore
vendored
@ -2,120 +2,4 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
10-at-a-time
|
/[0-9a-z_-]+
|
||||||
address-scope
|
|
||||||
altsvc
|
|
||||||
anyauthput
|
|
||||||
block_ip
|
|
||||||
certinfo
|
|
||||||
chkspeed
|
|
||||||
connect-to
|
|
||||||
cookie_interface
|
|
||||||
debug
|
|
||||||
default-scheme
|
|
||||||
externalsocket
|
|
||||||
fileupload
|
|
||||||
fopen
|
|
||||||
ftp-wildcard
|
|
||||||
ftpget
|
|
||||||
ftpgetinfo
|
|
||||||
ftpgetresp
|
|
||||||
ftpsget
|
|
||||||
ftpupload
|
|
||||||
ftpuploadfrommem
|
|
||||||
ftpuploadresume
|
|
||||||
getinfo
|
|
||||||
getinmemory
|
|
||||||
getredirect
|
|
||||||
getreferrer
|
|
||||||
headerapi
|
|
||||||
hsts-preload
|
|
||||||
http-options
|
|
||||||
http-post
|
|
||||||
http2-download
|
|
||||||
http2-pushinmemory
|
|
||||||
http2-serverpush
|
|
||||||
http2-upload
|
|
||||||
http3
|
|
||||||
http3-present
|
|
||||||
httpcustomheader
|
|
||||||
httpput
|
|
||||||
httpput-postfields
|
|
||||||
https
|
|
||||||
imap-append
|
|
||||||
imap-authzid
|
|
||||||
imap-copy
|
|
||||||
imap-create
|
|
||||||
imap-delete
|
|
||||||
imap-examine
|
|
||||||
imap-fetch
|
|
||||||
imap-list
|
|
||||||
imap-lsub
|
|
||||||
imap-multi
|
|
||||||
imap-noop
|
|
||||||
imap-search
|
|
||||||
imap-ssl
|
|
||||||
imap-store
|
|
||||||
imap-tls
|
|
||||||
interface
|
|
||||||
ipv6
|
|
||||||
keepalive
|
|
||||||
localport
|
|
||||||
maxconnects
|
|
||||||
multi-app
|
|
||||||
multi-debugcallback
|
|
||||||
multi-double
|
|
||||||
multi-formadd
|
|
||||||
multi-legacy
|
|
||||||
multi-poll
|
|
||||||
multi-post
|
|
||||||
multi-single
|
|
||||||
netrc
|
|
||||||
new-gitignore
|
|
||||||
parseurl
|
|
||||||
persistent
|
|
||||||
pop3-authzid
|
|
||||||
pop3-dele
|
|
||||||
pop3-list
|
|
||||||
pop3-multi
|
|
||||||
pop3-noop
|
|
||||||
pop3-retr
|
|
||||||
pop3-ssl
|
|
||||||
pop3-stat
|
|
||||||
pop3-tls
|
|
||||||
pop3-top
|
|
||||||
pop3-uidl
|
|
||||||
post-callback
|
|
||||||
postinmemory
|
|
||||||
postit2
|
|
||||||
postit2-formadd
|
|
||||||
progressfunc
|
|
||||||
protofeats
|
|
||||||
range
|
|
||||||
resolve
|
|
||||||
rtsp
|
|
||||||
rtsp-options
|
|
||||||
sendrecv
|
|
||||||
sepheaders
|
|
||||||
sftpget
|
|
||||||
sftpuploadresume
|
|
||||||
shared-connection-cache
|
|
||||||
simple
|
|
||||||
simplepost
|
|
||||||
simplessl
|
|
||||||
smtp-authzid
|
|
||||||
smtp-expn
|
|
||||||
smtp-mail
|
|
||||||
smtp-mime
|
|
||||||
smtp-multi
|
|
||||||
smtp-ssl
|
|
||||||
smtp-tls
|
|
||||||
smtp-vrfy
|
|
||||||
sslbackend
|
|
||||||
unixsocket
|
|
||||||
url2file
|
|
||||||
urlapi
|
|
||||||
usercertinmem
|
|
||||||
websocket
|
|
||||||
websocket-cb
|
|
||||||
xmlstream
|
|
||||||
|
|||||||
@ -82,7 +82,7 @@ check_PROGRAMS = \
|
|||||||
ipv6 \
|
ipv6 \
|
||||||
keepalive \
|
keepalive \
|
||||||
localport \
|
localport \
|
||||||
maxconnects \
|
maxconnects \
|
||||||
multi-app \
|
multi-app \
|
||||||
multi-debugcallback \
|
multi-debugcallback \
|
||||||
multi-double \
|
multi-double \
|
||||||
|
|||||||
@ -41,8 +41,8 @@ man_MANS = \
|
|||||||
curl_easy_reset.3 \
|
curl_easy_reset.3 \
|
||||||
curl_easy_send.3 \
|
curl_easy_send.3 \
|
||||||
curl_easy_setopt.3 \
|
curl_easy_setopt.3 \
|
||||||
curl_easy_ssls_import.3 \
|
|
||||||
curl_easy_ssls_export.3 \
|
curl_easy_ssls_export.3 \
|
||||||
|
curl_easy_ssls_import.3 \
|
||||||
curl_easy_strerror.3 \
|
curl_easy_strerror.3 \
|
||||||
curl_easy_unescape.3 \
|
curl_easy_unescape.3 \
|
||||||
curl_easy_upkeep.3 \
|
curl_easy_upkeep.3 \
|
||||||
@ -56,8 +56,8 @@ man_MANS = \
|
|||||||
curl_global_cleanup.3 \
|
curl_global_cleanup.3 \
|
||||||
curl_global_init.3 \
|
curl_global_init.3 \
|
||||||
curl_global_init_mem.3 \
|
curl_global_init_mem.3 \
|
||||||
curl_global_trace.3 \
|
|
||||||
curl_global_sslset.3 \
|
curl_global_sslset.3 \
|
||||||
|
curl_global_trace.3 \
|
||||||
curl_mime_addpart.3 \
|
curl_mime_addpart.3 \
|
||||||
curl_mime_data.3 \
|
curl_mime_data.3 \
|
||||||
curl_mime_data_cb.3 \
|
curl_mime_data_cb.3 \
|
||||||
@ -87,11 +87,11 @@ man_MANS = \
|
|||||||
curl_multi_socket_all.3 \
|
curl_multi_socket_all.3 \
|
||||||
curl_multi_strerror.3 \
|
curl_multi_strerror.3 \
|
||||||
curl_multi_timeout.3 \
|
curl_multi_timeout.3 \
|
||||||
curl_multi_wakeup.3 \
|
|
||||||
curl_multi_wait.3 \
|
curl_multi_wait.3 \
|
||||||
curl_multi_waitfds.3 \
|
curl_multi_waitfds.3 \
|
||||||
curl_pushheader_bynum.3 \
|
curl_multi_wakeup.3 \
|
||||||
curl_pushheader_byname.3 \
|
curl_pushheader_byname.3 \
|
||||||
|
curl_pushheader_bynum.3 \
|
||||||
curl_share_cleanup.3 \
|
curl_share_cleanup.3 \
|
||||||
curl_share_init.3 \
|
curl_share_init.3 \
|
||||||
curl_share_setopt.3 \
|
curl_share_setopt.3 \
|
||||||
@ -113,8 +113,8 @@ man_MANS = \
|
|||||||
curl_ws_recv.3 \
|
curl_ws_recv.3 \
|
||||||
curl_ws_send.3 \
|
curl_ws_send.3 \
|
||||||
libcurl-easy.3 \
|
libcurl-easy.3 \
|
||||||
libcurl-env.3 \
|
|
||||||
libcurl-env-dbg.3 \
|
libcurl-env-dbg.3 \
|
||||||
|
libcurl-env.3 \
|
||||||
libcurl-errors.3 \
|
libcurl-errors.3 \
|
||||||
libcurl-multi.3 \
|
libcurl-multi.3 \
|
||||||
libcurl-security.3 \
|
libcurl-security.3 \
|
||||||
|
|||||||
7
include/curl/.gitignore
vendored
7
include/curl/.gitignore
vendored
@ -1,7 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
curlver.h.dist
|
|
||||||
stamp-h2
|
|
||||||
stamp-h3
|
|
||||||
3
lib/.gitattributes
vendored
3
lib/.gitattributes
vendored
@ -1,3 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
6
lib/.gitignore
vendored
6
lib/.gitignore
vendored
@ -2,12 +2,6 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
*.a
|
|
||||||
*.orig
|
|
||||||
*.rej
|
|
||||||
*.res
|
|
||||||
TAGS
|
|
||||||
curl_config.h
|
curl_config.h
|
||||||
curl_config.h.in
|
curl_config.h.in
|
||||||
libcurl.vers
|
libcurl.vers
|
||||||
stamp-h1
|
|
||||||
|
|||||||
@ -28,11 +28,9 @@ CMAKE_DIST = CMakeLists.txt curl_config.h.cmake
|
|||||||
CHECKSRC_DIST = .checksrc vauth/.checksrc vquic/.checksrc vssh/.checksrc \
|
CHECKSRC_DIST = .checksrc vauth/.checksrc vquic/.checksrc vssh/.checksrc \
|
||||||
vtls/.checksrc
|
vtls/.checksrc
|
||||||
|
|
||||||
EXTRA_DIST = config-win32.h config-plan9.h \
|
EXTRA_DIST = config-mac.h config-os400.h config-plan9.h config-riscos.h \
|
||||||
config-riscos.h config-mac.h curl_config.h.in libcurl.rc \
|
config-win32.h curl_config.h.in libcurl.rc libcurl.def \
|
||||||
config-os400.h setup-os400.h \
|
$(CMAKE_DIST) Makefile.soname optiontable.pl $(CHECKSRC_DIST)
|
||||||
$(CMAKE_DIST) setup-win32.h Makefile.soname optiontable.pl libcurl.def \
|
|
||||||
$(CHECKSRC_DIST)
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = libcurl.la
|
lib_LTLIBRARIES = libcurl.la
|
||||||
|
|
||||||
|
|||||||
@ -349,7 +349,9 @@ LIB_HFILES = \
|
|||||||
select.h \
|
select.h \
|
||||||
sendf.h \
|
sendf.h \
|
||||||
setopt.h \
|
setopt.h \
|
||||||
|
setup-os400.h \
|
||||||
setup-vms.h \
|
setup-vms.h \
|
||||||
|
setup-win32.h \
|
||||||
share.h \
|
share.h \
|
||||||
sigpipe.h \
|
sigpipe.h \
|
||||||
slist.h \
|
slist.h \
|
||||||
|
|||||||
1
m4/.gitignore
vendored
1
m4/.gitignore
vendored
@ -3,7 +3,6 @@
|
|||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
libtool.m4
|
libtool.m4
|
||||||
libtool.m4.tmp
|
|
||||||
ltoptions.m4
|
ltoptions.m4
|
||||||
ltsugar.m4
|
ltsugar.m4
|
||||||
ltversion.m4
|
ltversion.m4
|
||||||
|
|||||||
10
projects/Windows/.gitignore
vendored
10
projects/Windows/.gitignore
vendored
@ -2,7 +2,9 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
VC*/src/*curl.vcproj.dist
|
*.ncb
|
||||||
VC*/lib/*curl.vcproj.dist
|
*.opensdf
|
||||||
VC*/src/*curl.vcxproj.dist
|
*.sdf
|
||||||
VC*/lib/*curl.vcxproj.dist
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.vcxproj
|
||||||
|
|||||||
8
projects/Windows/VC10/.gitignore
vendored
8
projects/Windows/VC10/.gitignore
vendored
@ -1,8 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
/*.ncb
|
|
||||||
/*.opensdf
|
|
||||||
/*.sdf
|
|
||||||
/*.suo
|
|
||||||
10
projects/Windows/VC10/lib/.gitignore
vendored
10
projects/Windows/VC10/lib/.gitignore
vendored
@ -1,10 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
/*.ncb
|
|
||||||
/*.opensdf
|
|
||||||
/*.sdf
|
|
||||||
/*.suo
|
|
||||||
/*.user
|
|
||||||
/*.vcxproj
|
|
||||||
10
projects/Windows/VC10/src/.gitignore
vendored
10
projects/Windows/VC10/src/.gitignore
vendored
@ -1,10 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
/*.ncb
|
|
||||||
/*.opensdf
|
|
||||||
/*.sdf
|
|
||||||
/*.suo
|
|
||||||
/*.user
|
|
||||||
/*.vcxproj
|
|
||||||
8
projects/Windows/VC11/.gitignore
vendored
8
projects/Windows/VC11/.gitignore
vendored
@ -1,8 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
/*.ncb
|
|
||||||
/*.opensdf
|
|
||||||
/*.sdf
|
|
||||||
/*.suo
|
|
||||||
10
projects/Windows/VC11/lib/.gitignore
vendored
10
projects/Windows/VC11/lib/.gitignore
vendored
@ -1,10 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
/*.ncb
|
|
||||||
/*.opensdf
|
|
||||||
/*.sdf
|
|
||||||
/*.suo
|
|
||||||
/*.user
|
|
||||||
/*.vcxproj
|
|
||||||
10
projects/Windows/VC11/src/.gitignore
vendored
10
projects/Windows/VC11/src/.gitignore
vendored
@ -1,10 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
/*.ncb
|
|
||||||
/*.opensdf
|
|
||||||
/*.sdf
|
|
||||||
/*.suo
|
|
||||||
/*.user
|
|
||||||
/*.vcxproj
|
|
||||||
8
projects/Windows/VC12/.gitignore
vendored
8
projects/Windows/VC12/.gitignore
vendored
@ -1,8 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
/*.ncb
|
|
||||||
/*.opensdf
|
|
||||||
/*.sdf
|
|
||||||
/*.suo
|
|
||||||
10
projects/Windows/VC12/lib/.gitignore
vendored
10
projects/Windows/VC12/lib/.gitignore
vendored
@ -1,10 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
/*.ncb
|
|
||||||
/*.opensdf
|
|
||||||
/*.sdf
|
|
||||||
/*.suo
|
|
||||||
/*.user
|
|
||||||
/*.vcxproj
|
|
||||||
10
projects/Windows/VC12/src/.gitignore
vendored
10
projects/Windows/VC12/src/.gitignore
vendored
@ -1,10 +0,0 @@
|
|||||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: curl
|
|
||||||
|
|
||||||
/*.ncb
|
|
||||||
/*.opensdf
|
|
||||||
/*.sdf
|
|
||||||
/*.suo
|
|
||||||
/*.user
|
|
||||||
/*.vcxproj
|
|
||||||
3
src/.gitignore
vendored
3
src/.gitignore
vendored
@ -2,9 +2,6 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
*.a
|
|
||||||
*.res
|
|
||||||
curl
|
curl
|
||||||
stamp-h2
|
|
||||||
tool_ca_embed.c
|
tool_ca_embed.c
|
||||||
tool_hugehelp.c
|
tool_hugehelp.c
|
||||||
|
|||||||
6
tests/.gitignore
vendored
6
tests/.gitignore
vendored
@ -3,7 +3,6 @@
|
|||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
*pid
|
*pid
|
||||||
*.1.dist
|
|
||||||
configurehelp.pm
|
configurehelp.pm
|
||||||
curl_client_key
|
curl_client_key
|
||||||
curl_client_key.pub
|
curl_client_key.pub
|
||||||
@ -18,12 +17,7 @@ curl_ssh_config
|
|||||||
curl_sshd_config
|
curl_sshd_config
|
||||||
ftps_stunnel.conf
|
ftps_stunnel.conf
|
||||||
https_stunnel.conf
|
https_stunnel.conf
|
||||||
log
|
|
||||||
log*
|
log*
|
||||||
runtests.html
|
|
||||||
runtests.pdf
|
|
||||||
testcurl.html
|
|
||||||
testcurl.pdf
|
|
||||||
*.port
|
*.port
|
||||||
config
|
config
|
||||||
second-hsts.txt
|
second-hsts.txt
|
||||||
|
|||||||
10
tests/http/clients/.gitignore
vendored
10
tests/http/clients/.gitignore
vendored
@ -2,12 +2,4 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
h2-serverpush
|
/[0-9a-z_-]+
|
||||||
hx-download
|
|
||||||
hx-upload
|
|
||||||
ws-data
|
|
||||||
ws-pingpong
|
|
||||||
h2-upgrade-extreme
|
|
||||||
tls-session-reuse
|
|
||||||
h2-pausing
|
|
||||||
upload-pausing
|
|
||||||
|
|||||||
@ -24,11 +24,11 @@
|
|||||||
|
|
||||||
# These are all libcurl example programs to be test compiled
|
# These are all libcurl example programs to be test compiled
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
hx-download \
|
|
||||||
hx-upload \
|
|
||||||
h2-pausing \
|
h2-pausing \
|
||||||
h2-serverpush \
|
h2-serverpush \
|
||||||
h2-upgrade-extreme \
|
h2-upgrade-extreme \
|
||||||
|
hx-download \
|
||||||
|
hx-upload \
|
||||||
tls-session-reuse \
|
tls-session-reuse \
|
||||||
upload-pausing \
|
upload-pausing \
|
||||||
ws-data \
|
ws-data \
|
||||||
|
|||||||
8
tests/libtest/.gitignore
vendored
8
tests/libtest/.gitignore
vendored
@ -2,10 +2,6 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
lib[1234][0-9][0-9][0-9]
|
/lib[0-9a-z_-]+
|
||||||
lib[56][0-9][0-9]
|
|
||||||
lib1521.c
|
lib1521.c
|
||||||
libtests.c
|
libtest_bundle.c
|
||||||
libauthretry
|
|
||||||
libntlmconnect
|
|
||||||
libprereq
|
|
||||||
|
|||||||
10
tests/server/.gitignore
vendored
10
tests/server/.gitignore
vendored
@ -2,12 +2,4 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
getpart
|
[0-9a-z_-]+
|
||||||
resolve
|
|
||||||
rtspd
|
|
||||||
sockfilt
|
|
||||||
sws
|
|
||||||
tftpd
|
|
||||||
socksd
|
|
||||||
disabled
|
|
||||||
mqttd
|
|
||||||
|
|||||||
2
tests/unit/.gitignore
vendored
2
tests/unit/.gitignore
vendored
@ -3,4 +3,4 @@
|
|||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
/unit[0-9][0-9][0-9][0-9]
|
/unit[0-9][0-9][0-9][0-9]
|
||||||
units.c
|
unit_bundle.c
|
||||||
|
|||||||
@ -28,6 +28,6 @@ where.exe nmake.exe >nul 2>&1
|
|||||||
if %ERRORLEVEL% EQU 1 (
|
if %ERRORLEVEL% EQU 1 (
|
||||||
echo Error: Cannot find nmake.exe - be sure to run this script from within a Developer Command-Prompt
|
echo Error: Cannot find nmake.exe - be sure to run this script from within a Developer Command-Prompt
|
||||||
) else (
|
) else (
|
||||||
nmake.exe /f Makefile.vc mode=static DEBUG=yes GEN_PDB=yes
|
nmake.exe /f Makefile.vc MODE=static DEBUG=yes GEN_PDB=yes
|
||||||
if %ERRORLEVEL% NEQ 0 echo Error: Build Failed
|
if %ERRORLEVEL% NEQ 0 echo Error: Build Failed
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user