diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.gitignore | 8 | ||||
-rw-r--r-- | tests/libtest/.gitignore | 2 | ||||
-rw-r--r-- | tests/server/.gitignore | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index ef7ce119b..224e1923c 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,4 +1,5 @@ -log +*pid +configurehelp.pm curl_client_key curl_client_key.pub curl_client_knownhosts @@ -8,10 +9,9 @@ curl_sftp_cmds curl_sftp_config curl_ssh_config curl_sshd_config -*pid -stunnel.conf +log runtests.html runtests.pdf +stunnel.conf testcurl.html testcurl.pdf -configurehelp.pm diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore index c33a6d29e..ab8b8db67 100644 --- a/tests/libtest/.gitignore +++ b/tests/libtest/.gitignore @@ -1,7 +1,7 @@ chkhostname -lib5[0-9][0-9] lib15[0-9][0-9] lib19[0-9][0-9] lib2033 +lib5[0-9][0-9] libauthretry libntlmconnect diff --git a/tests/server/.gitignore b/tests/server/.gitignore index 8007bec8b..497783b82 100644 --- a/tests/server/.gitignore +++ b/tests/server/.gitignore @@ -1,7 +1,7 @@ +fake_ntlm getpart resolve rtspd sockfilt sws tftpd -fake_ntlm |