diff options
author | Julien Dessaux | 2018-05-22 17:31:56 +0200 |
---|---|---|
committer | Julien Dessaux | 2018-05-22 17:31:56 +0200 |
commit | e840c061817a797fae31a14796a790b0c979e43f (patch) | |
tree | a64752420ae1b7a91e43e4d4314b5df9f8609313 /.gitignore | |
download | bastion-e840c061817a797fae31a14796a790b0c979e43f.tar.gz bastion-e840c061817a797fae31a14796a790b0c979e43f.tar.bz2 bastion-e840c061817a797fae31a14796a790b0c979e43f.zip |
Initial import with working simple server based on libssh examples
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa0ede0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +bastion +libssh/ +ssh_host_*_key +test_client.c +*.[do] +*.sw[a-p] |