diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-05-31 17:42:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-05-31 17:42:52 +0200 |
commit | 8c1c9af180036bb7227ccb66cd451b4c17ec5937 (patch) | |
tree | 3243e1bcc749ad1a22056ca1b0feedd04b2ea775 /tests | |
parent | 8a6a01c98858551ecf9601e1bda0f097f79f1c0b (diff) |
tests/libtest/.gitignore: follow-up fix to ignore lib5* too
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore index c5ef879bf..611404721 100644 --- a/tests/libtest/.gitignore +++ b/tests/libtest/.gitignore @@ -1,6 +1,6 @@ chkhostname lib[12][0-9][0-9][0-9] -lib6[0-9][0-9] +lib[56][0-9][0-9] lib1521.c libauthretry libntlmconnect |