diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-07-12 12:12:54 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-07-12 12:12:54 +0200 |
commit | 7cfede3e206592ad0e4cb7a3a63a1e18ee7a5bad (patch) | |
tree | aa177597fd77b1388e26df4579d796042309ac11 /ssh/.gitignore | |
parent | a0672edaeaf9f4da0e9f6bf6dbe787e1386fa713 (diff) |
ssh: Some executable renamings
Diffstat (limited to 'ssh/.gitignore')
-rw-r--r-- | ssh/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh/.gitignore b/ssh/.gitignore index 0abd297..fa45e11 100644 --- a/ssh/.gitignore +++ b/ssh/.gitignore @@ -1,6 +1,6 @@ ssh_host_key -server -client +server_proxy client_proxy +ssh_client *.o compile_commands.json |