summaryrefslogtreecommitdiff
path: root/tests/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests/git: ignore mqttd and port filesEmil Engler2020-04-241-0/+1
| | | | Closes #5290
* libssh: Fix matching user-specified MD5 hex keyJay Satiro2020-03-071-0/+1
| | | | | | | | | | | Prior to this change a match would never be successful because it was mistakenly coded to compare binary data from libssh to a user-specified hex string (ie CURLOPT_SSH_HOST_PUBLIC_KEY_MD5). Reported-by: fds242@users.noreply.github.com Fixes https://github.com/curl/curl/issues/4971 Closes https://github.com/curl/curl/pull/4974
* tests: give each stunnel.conf file a unique nameDan Fandrich2017-05-081-1/+2
| | | | | Otherwise, subsequent uses of stunnel overwrite the configuration file of previous invocations so they can no longer be inspected.
* gitignore: Ignore man page dist filesSteve Brokenshire2017-03-071-0/+1
| | | | Ignore man page dist files generated by scripts/updatemanpages.pl
* tests/sshserver.pl: use RSA instead of DSA for host authKamil Dudka2016-02-231-2/+2
| | | | | | | | | | DSA is no longer supported by OpenSSH 7.0, which causes all SCP/SFTP test cases to be skipped. Using RSA for host authentication works with both old and new versions of OpenSSH. Reported-by: Karlson2k Closes #676
* gitignore: Sort for readabilityJay Satiro2015-08-181-4/+4
| | | | find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
* ignore file generated by configureYang Tse2010-11-251-0/+1
|
* ignore files generated by 'maketgz'Daniel Stenberg2010-04-141-0/+4
|
* ignore pid files and stunnel.confDaniel Stenberg2010-03-271-0/+2
| | | | all used while running tests
* ignore more files generated when tests run in the source treeDaniel Stenberg2010-03-231-0/+10