diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-27 22:56:47 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-27 22:56:47 +0100 |
commit | e2bd52e553c43e12afbba3eca08d19169e0c5670 (patch) | |
tree | d6eac724a42090d90f1ba5e6f84eaaa83d8c2115 | |
parent | d4fbf2c3f086d7aca7f8d759d09110545625349e (diff) |
ignore pid files and stunnel.conf
all used while running tests
-rw-r--r-- | tests/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 98cfbb814..971670875 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -8,3 +8,5 @@ curl_sftp_cmds curl_sftp_config curl_ssh_config curl_sshd_config +*pid +stunnel.conf |