From: Daniel Stenberg Date: Tue, 23 Mar 2010 11:43:42 +0000 (+0100) Subject: ignore more files generated when tests run in the source tree X-Git-Tag: curl-7_20_1~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b33ddd615aad0459a9022b1c932e1831a0dbc965;p=thirdparty%2Fcurl.git ignore more files generated when tests run in the source tree --- diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000000..98cfbb814e --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,10 @@ +log +curl_client_key +curl_client_key.pub +curl_client_knownhosts +curl_host_dsa_key +curl_host_dsa_key.pub +curl_sftp_cmds +curl_sftp_config +curl_ssh_config +curl_sshd_config diff --git a/tests/libtest/.gitignore b/tests/libtest/.gitignore new file mode 100644 index 0000000000..3311a821e8 --- /dev/null +++ b/tests/libtest/.gitignore @@ -0,0 +1,2 @@ +lib5[0-9][0-9] + diff --git a/tests/server/.gitignore b/tests/server/.gitignore new file mode 100644 index 0000000000..9e9dd37a22 --- /dev/null +++ b/tests/server/.gitignore @@ -0,0 +1,6 @@ +getpart +resolve +rtspd +sockfilt +sws +tftpd