mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
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
This commit is contained in:
parent
a6a17662f2
commit
99119fc8a3
2
tests/libtest/.gitignore
vendored
2
tests/libtest/.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
chkdecimalpoint
|
chkdecimalpoint
|
||||||
chkhostname
|
chkhostname
|
||||||
lib[12][0-9][0-9][0-9]
|
lib[123][0-9][0-9][0-9]
|
||||||
lib[56][0-9][0-9]
|
lib[56][0-9][0-9]
|
||||||
lib1521.c
|
lib1521.c
|
||||||
libauthretry
|
libauthretry
|
||||||
|
Loading…
Reference in New Issue
Block a user