summaryrefslogtreecommitdiff
path: root/tests/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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