diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-24 07:22:47 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-24 07:22:47 -0700 |
commit | eb98d47b925071acb3f0b1df6146a533525520fc (patch) | |
tree | 5a0aa68f69edc26062e0e4def1714cd58497e2d0 | |
parent | eaeed6ce3d2f3cfee804684c53fc35c54e0a569e (diff) | |
parent | e656d02847760f005aa547b562a9de925ba55cb1 (diff) | |
download | cryptography-eb98d47b925071acb3f0b1df6146a533525520fc.tar.gz cryptography-eb98d47b925071acb3f0b1df6146a533525520fc.tar.bz2 cryptography-eb98d47b925071acb3f0b1df6146a533525520fc.zip |
Merge pull request #847 from reaperhulk/update-ignores
Update gitignore to ignore the new shared object name structure
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ build/ dist/ htmlcov/ cryptography/_cffi__* +cryptography/_Cryptography_cffi_* .tox/ .cache/ .coverage |