summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2020-08-26 12:00:30 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-26 22:53:02 +0200
commit99119fc8a329c131c8c19ab4d9f3e8848e6a22c1 (patch)
tree4dfe62a4307bd7bc9e7c16d7f4b98cb5ed3d16c5
parenta6a17662f22d1b00f89295086ea71ac73700f477 (diff)
downloadcurl-99119fc8a329c131c8c19ab4d9f3e8848e6a22c1.tar.gz
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
-rw-r--r--tests/libtest/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore
index c0077076d..62d9176d5 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