From 28a55fdc69e31490a4086ecae8cc687f40ba0b94 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 25 Sep 2024 21:12:24 +0200 Subject: Add libs:sftp sftp implementation using libssh2 and openssl --- libs/sftp/src/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libs/sftp/src/.gitignore (limited to 'libs/sftp/src/.gitignore') 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/ -- cgit v1.2.3-70-g09d2