diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2018-05-30 23:35:27 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-05-31 11:38:03 +0200 |
commit | 7179b8393ee5965fcfef2989c042ed25d43cd868 (patch) | |
tree | 8c5f0c850af07a01c05c2c8512dfcbd517dbb6f6 /tests/libtest | |
parent | 8ea5d41fe0167802c74a049e8409a85fb68083be (diff) | |
download | curl-7179b8393ee5965fcfef2989c042ed25d43cd868.tar.gz |
tests: update .gitignore for libtests
Closes #2624
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/.gitignore | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore index e10d96d9a..c5ef879bf 100644 --- a/tests/libtest/.gitignore +++ b/tests/libtest/.gitignore @@ -1,10 +1,6 @@ chkhostname -lib15[0-9][0-9] +lib[12][0-9][0-9][0-9] +lib6[0-9][0-9] lib1521.c -lib19[0-9][0-9] -lib2033 -lib5[0-9][0-9] -lib64[3-5] -lib65[0-9] libauthretry libntlmconnect |