From: Emil Engler Date: Wed, 26 Aug 2020 10:00:30 +0000 (+0200) Subject: git: ignore libtests in 3XXX area X-Git-Tag: curl-7_73_0~208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99119fc8a329c131c8c19ab4d9f3e8848e6a22c1;p=thirdparty%2Fcurl.git git: ignore libtests in 3XXX area Currently the file tests/libtest/lib3010 is not getting ignored by git. This fixes it by adding the 3XXX area to the according .gitignore file. Closes #5859 --- diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore index c0077076d6..62d9176d56 100644 --- a/tests/libtest/.gitignore +++ b/tests/libtest/.gitignore @@ -1,6 +1,6 @@ chkdecimalpoint chkhostname -lib[12][0-9][0-9][0-9] +lib[123][0-9][0-9][0-9] lib[56][0-9][0-9] lib1521.c libauthretry