diff --git a/.gitignore b/.gitignore index 60c76247c..064597176 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,10 @@ output/output.json repo tmp/ +# Ignore optional native extensions for SSH +dist/*/build/Release/cpufeatures.node +dist/*/lib/protocol/crypto/build/Release/sshcrypto.node + # Dependency directory node_modules @@ -98,7 +102,3 @@ typings/ # OS metadata .DS_Store Thumbs.db - -# Ignore built ts files -__tests__/runner/* -lib/**/*