diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | libssh | 0 |
3 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,2 @@ build -libssh -libssh-installed .*.swp diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0ea1fcd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libssh"] + path = libssh + url = https://git.libssh.org/projects/libssh.git diff --git a/libssh b/libssh new file mode 160000 +Subproject e8322817a9e5aaef0698d779ddd467a209a85d8 |
