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-*