diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 21:12:24 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-09-25 21:12:24 +0200 |
| commit | 28a55fdc69e31490a4086ecae8cc687f40ba0b94 (patch) | |
| tree | 9bde6e49eb091f912e8a9f8b2853d87f6a932d27 /libs/sftp/src/.gitignore | |
| parent | 07d35782b377a8b98cf8dbbb5734d3f2514bccd5 (diff) | |
Add libs:sftp
sftp implementation using libssh2 and openssl
Diffstat (limited to 'libs/sftp/src/.gitignore')
| -rw-r--r-- | libs/sftp/src/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/sftp/src/.gitignore b/libs/sftp/src/.gitignore new file mode 100644 index 0000000..2b22da4 --- /dev/null +++ b/libs/sftp/src/.gitignore @@ -0,0 +1,2 @@ +testDebug/ +testRelease/ |
