Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore build/ folder and _cffi__*'s | Matthew Iversen | 2014-02-27 | 1 | -4/+6 |
| | | | | | Former can come from python setup.py bdist_wheel Latter can come from python setup.py develop | ||||
* | Ignore all eggs | Kyle Kelley | 2014-01-08 | 1 | -4/+1 |
| | |||||
* | Ignore six eggs, not a full dozen | Kyle Kelley | 2014-01-08 | 1 | -0/+1 |
| | |||||
* | These eggs are sometimes files. We still don't care. | Alex Gaynor | 2014-01-07 | 1 | -3/+3 |
| | |||||
* | Added .cache/ to the gitignore, it shows up if you have pytest-cache installed | Alex Gaynor | 2013-11-13 | 1 | -0/+1 |
| | |||||
* | Ignore the htmlcov dir | Alex Gaynor | 2013-10-16 | 1 | -0/+1 |
| | |||||
* | Ignore the dist directory | Donald Stufft | 2013-08-11 | 1 | -0/+1 |
| | |||||
* | use py.test for testing | Christian Heimes | 2013-08-11 | 1 | -0/+3 |
| | | | | | | correct cffi dependency to setup_requires ignore cffi, pycparser and pytest egg directories add myself to AUTHORS.rst | ||||
* | Record coverage | Alex Gaynor | 2013-08-07 | 1 | -0/+1 |
| | |||||
* | Ignore egg-info | Alex Gaynor | 2013-08-07 | 1 | -0/+1 |
| | |||||
* | Move all tests to be controlled by tox | Alex Gaynor | 2013-08-07 | 1 | -0/+1 |
| | |||||
* | Initial commit. Migrates over basic project files, and the OpenSSL bindings | Alex Gaynor | 2013-08-06 | 1 | -0/+3 |
from OpenTLS. |