diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-23 12:43:42 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-23 12:43:42 +0100 |
commit | b33ddd615aad0459a9022b1c932e1831a0dbc965 (patch) | |
tree | fcbb07108e4b6e9017a9f5b38df6446bd4a81c75 | |
parent | d4cd5411a66d6814adccdfc81ff1d8a80e8c58af (diff) |
ignore more files generated when tests run in the source tree
-rw-r--r-- | tests/.gitignore | 10 | ||||
-rw-r--r-- | tests/libtest/.gitignore | 2 | ||||
-rw-r--r-- | tests/server/.gitignore | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 000000000..98cfbb814 --- /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 000000000..3311a821e --- /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 000000000..9e9dd37a2 --- /dev/null +++ b/tests/server/.gitignore @@ -0,0 +1,6 @@ +getpart +resolve +rtspd +sockfilt +sws +tftpd |