diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ *.pyc build/ dist/ +.tox/ paramiko.egg-info/ test.log |
index : paramiko | ||
Pure-Python implementation of the SSHv2 protocol |
summaryrefslogtreecommitdiffhomepage |
-rw-r--r-- | .gitignore | 1 |
@@ -1,5 +1,6 @@ *.pyc build/ dist/ +.tox/ paramiko.egg-info/ test.log |