diff options
author | 2011-08-24 05:20:46 +0200 | |
---|---|---|
committer | 2011-08-24 05:20:46 +0200 | |
commit | 7a2c938aebc614ffd835d67342e4b4c63b40c542 (patch) | |
tree | 952c474aea82a279b01d8d551edca5303202b7dd | |
parent | adding organization model and relevant helpers (diff) | |
download | python-github3-7a2c938aebc614ffd835d67342e4b4c63b40c542.tar.xz python-github3-7a2c938aebc614ffd835d67342e4b4c63b40c542.zip |
updated .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ +*.py? .workon toy.py +github3.egg-info/ |