diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-03-24 00:24:24 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-03-24 00:24:24 +0100 |
commit | a26d11b8e112dd71f7a7c7b59e9fe23f9bf434c0 (patch) | |
tree | 0d33086089a0546b92f24da5a0e167ae468c706b /tests/libtest/.gitignore | |
parent | 67636222f42b7db146b963deb577a981b4fcdfa2 (diff) |
gitignore: ignore more generated files
Diffstat (limited to 'tests/libtest/.gitignore')
-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 f368550a1..e10d96d9a 100644 --- a/tests/libtest/.gitignore +++ b/tests/libtest/.gitignore @@ -5,6 +5,6 @@ lib19[0-9][0-9] lib2033 lib5[0-9][0-9] lib64[3-5] -lib65[0-3] +lib65[0-9] libauthretry libntlmconnect |