diff options
author | David Reid <dreid@dreid.org> | 2013-11-13 14:52:21 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2013-11-13 14:52:21 -0800 |
commit | a502c5009f1fd4a0def66a17f890b6f9c5602bd5 (patch) | |
tree | a1e38c5f7e456b6598758d75435228ed38afa30b | |
parent | c2cddd2b1f0bd935ed53ee49446e268d9bf874e7 (diff) | |
parent | 22c93731006b070a677ed952405d9cf3b8043ab5 (diff) | |
download | cryptography-a502c5009f1fd4a0def66a17f890b6f9c5602bd5.tar.gz cryptography-a502c5009f1fd4a0def66a17f890b6f9c5602bd5.tar.bz2 cryptography-a502c5009f1fd4a0def66a17f890b6f9c5602bd5.zip |
Merge pull request #259 from alex/gitignore
Added .cache/ to the gitignore, it shows up if you have pytest-cache ins...
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ __pycache__/ _build/ .tox/ +.cache/ *.egg-info/ .coverage cffi-*.egg/ |