From 132b1cd52b29255ad9325b679705c202aa594261 Mon Sep 17 00:00:00 2001 From: lsv Date: Tue, 7 Jul 2020 23:04:34 +0500 Subject: [PATCH] gitignore --- .gitignore | 1 + include/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f12386e..8a52688 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +libssh2/* Debug/* x64/* Release/* diff --git a/include/.gitignore b/include/.gitignore index 0db0f54..ba3ecbf 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1,2 +1,3 @@ # Global excludes across all subdirectories svnversion.h +libssh2/* \ No newline at end of file