From 298122941f35d2e4dcf8b6547a73b3481e79eb3b Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Sun, 24 Jan 2016 13:10:29 +0100 Subject: [PATCH] Advance gitignore including tests files and libssh src dir --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 927a973..f88ec0c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,10 @@ # Debug files *.dSYM/ + +# Test files +*-test +tests/* + +# libssh directory +libssh-*