diff options
author | Robey Pointer <robey@twitter.com> | 2010-04-25 16:44:33 -0700 |
---|---|---|
committer | Robey Pointer <robey@twitter.com> | 2010-04-25 16:44:33 -0700 |
commit | 1324242a630e460f2520fbe1ad0a0bd2e51f6fda (patch) | |
tree | c29ba5b1250351d5fa4ac73a6a9c8a687af9c485 | |
parent | 81c7edc1a4561cabc396a4a2ad528e8c78570b71 (diff) |
ignore the egg-info stuff.
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ *.pyc -build -dist +build/ +dist/ +paramiko.egg-info/ |