From: Stefan Eissing Date: Mon, 17 Mar 2025 14:36:34 +0000 (+0100) Subject: tests: git ignore the bundle executables built X-Git-Tag: curl-8_13_0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c6ee2a925f584b6c0416302369d639bd60a94a;p=thirdparty%2Fcurl.git tests: git ignore the bundle executables built Closes #16749 --- diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore index 1f565cb603..7227893d6c 100644 --- a/tests/libtest/.gitignore +++ b/tests/libtest/.gitignore @@ -6,6 +6,7 @@ lib[1234][0-9][0-9][0-9] lib[56][0-9][0-9] lib1521.c libtest_bundle.c +libtests libauthretry libntlmconnect libprereq diff --git a/tests/server/.gitignore b/tests/server/.gitignore index aa226a094e..e4738eb888 100644 --- a/tests/server/.gitignore +++ b/tests/server/.gitignore @@ -3,6 +3,7 @@ # SPDX-License-Identifier: curl server_bundle.c +servers disabled mqttd diff --git a/tests/unit/.gitignore b/tests/unit/.gitignore index 18e3e0d7c5..dafe0427db 100644 --- a/tests/unit/.gitignore +++ b/tests/unit/.gitignore @@ -4,3 +4,4 @@ /unit[0-9][0-9][0-9][0-9] unit_bundle.c +units