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 /tests/.gitignore | |
parent | d4cd5411a66d6814adccdfc81ff1d8a80e8c58af (diff) | |
download | curl-b33ddd615aad0459a9022b1c932e1831a0dbc965.tar.gz |
ignore more files generated when tests run in the source tree
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 10 |
1 files changed, 10 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 |