aboutsummaryrefslogtreecommitdiff
path: root/tests/.gitignore
AgeCommit message (Collapse)Author
2016-02-23tests/sshserver.pl: use RSA instead of DSA for host authKamil Dudka
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
2015-08-18gitignore: Sort for readabilityJay Satiro
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
2010-11-25ignore file generated by configureYang Tse
2010-04-14ignore files generated by 'maketgz'Daniel Stenberg
2010-03-27ignore pid files and stunnel.confDaniel Stenberg
all used while running tests
2010-03-23ignore more files generated when tests run in the source treeDaniel Stenberg