summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2017-05-09 14:35:03 +1000
committerDamien Miller <djm@mindrot.org>2017-05-09 18:41:54 -0700
commit6bdf70f01e700348bb4d8c064c31a0ab90896df6 (patch)
tree3e2a2ec37be575e3b6b9d16de1d3a8fea3fffc90 /regress/Makefile
parent7bdb2eeb1d3c26acdc409bd94532eefa252e440b (diff)
clean up regress files and add a .gitignore
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile33
1 files changed, 18 insertions, 15 deletions
diff --git a/regress/Makefile b/regress/Makefile
index b23496b98..f968c4161 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -89,30 +89,33 @@ INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
89 89
90#LTESTS= cipher-speed 90#LTESTS= cipher-speed
91 91
92USERNAME!= id -un 92USERNAME= ${LOGNAME}
93CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \ 93CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
94 authorized_keys_${USERNAME}.* \ 94 authorized_keys_${USERNAME}.* \
95 authorized_principals_${USERNAME} \ 95 authorized_principals_${USERNAME} \
96 banner.in banner.out cert_host_key* cert_user_key* \ 96 banner.in banner.out cert_host_key* cert_user_key* \
97 copy.1 copy.2 data ed25519-agent ed25519-agent* \ 97 copy.1 copy.2 data ed25519-agent ed25519-agent* \
98 ed25519-agent.pub empty.in expect failed-regress.log \ 98 ed25519-agent.pub ed25519 ed25519.pub empty.in \
99 failed-ssh.log failed-sshd.log hkr.* host.rsa host.rsa1 \ 99 expect failed-regress.log failed-ssh.log failed-sshd.log \
100 host_* host_ca_key* host_krl_* host_revoked_* key.* \ 100 hkr.* host.ed25519 host.rsa host.rsa1 host_* \
101 key.dsa-* key.ecdsa-* key.ed25519-512 key.ed25519-512.pub \ 101 host_ca_key* host_krl_* host_revoked_* key.* \
102 key.rsa-* keys-command-args kh.* known_hosts \ 102 key.dsa-* key.ecdsa-* key.ed25519-512 \
103 known_hosts-cert known_hosts.* krl-* ls.copy modpipe \ 103 key.ed25519-512.pub key.rsa-* keys-command-args kh.* \
104 netcat pidfile putty.rsa2 ready regress.log remote_pid \ 104 known_hosts known_hosts-cert known_hosts.* krl-* ls.copy \
105 revoked-* rsa rsa-agent rsa-agent.pub rsa.pub rsa1 \ 105 modpipe netcat no_identity_config \
106 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \ 106 pidfile putty.rsa2 ready regress.log \
107 remote_pid revoked-* rsa rsa-agent rsa-agent.pub rsa.pub \
108 rsa1 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \
107 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ 109 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \
108 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ 110 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \
109 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ 111 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \
110 ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \ 112 ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \
111 ssh_proxy_envpass sshd.log sshd_config sshd_config.orig \ 113 ssh_proxy_envpass sshd.log sshd_config sshd_config_minimal \
112 sshd_proxy sshd_proxy.* sshd_proxy_bak sshd_proxy_orig \ 114 sshd_config.orig sshd_proxy sshd_proxy.* sshd_proxy_bak \
113 t10.out t10.out.pub t12.out t12.out.pub t2.out t3.out \ 115 sshd_proxy_orig t10.out t10.out.pub t12.out t12.out.pub \
114 t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \ 116 t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub \
115 t9.out t9.out.pub testdata user_*key* user_ca* user_key* 117 t8.out t8.out.pub t9.out t9.out.pub testdata \
118 user_*key* user_ca* user_key*
116 119
117SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME} 120SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME}
118 121