aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add bindings for SSL_OP_NO_DTLS* (#4079)gesslerpd2018-01-161-1/+1
| | | | | | | | * + bindings for SSL_OP_NO_DTLS* * + conditional for not HAS_GENERIC_DTLS_METHOD * flag SSL_OP_NO_DTLS* for unsupported deletion
* Fix .gitignore.Terry Chia2015-09-261-1/+1
|
* Add plumbing for hypothesis.Terry Chia2015-09-261-0/+1
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-1/+1
|
* Hide the eggs!Alex Gaynor2014-12-181-0/+1
|
* update ignores for new project structurePaul Kehrer2014-11-171-2/+1
|
* update gitignore to ignore the new so name structurePaul Kehrer2014-03-241-0/+1
|
* Ignore build/ folder and _cffi__*'sMatthew Iversen2014-02-271-4/+6
| | | | | Former can come from python setup.py bdist_wheel Latter can come from python setup.py develop
* Ignore all eggsKyle Kelley2014-01-081-4/+1
|
* Ignore six eggs, not a full dozenKyle Kelley2014-01-081-0/+1
|
* These eggs are sometimes files. We still don't care.Alex Gaynor2014-01-071-3/+3
|
* Added .cache/ to the gitignore, it shows up if you have pytest-cache installedAlex Gaynor2013-11-131-0/+1
|
* Ignore the htmlcov dirAlex Gaynor2013-10-161-0/+1
|
* Ignore the dist directoryDonald Stufft2013-08-111-0/+1
|
* use py.test for testingChristian Heimes2013-08-111-0/+3
| | | | | | correct cffi dependency to setup_requires ignore cffi, pycparser and pytest egg directories add myself to AUTHORS.rst
* Record coverageAlex Gaynor2013-08-071-0/+1
|
* Ignore egg-infoAlex Gaynor2013-08-071-0/+1
|
* Move all tests to be controlled by toxAlex Gaynor2013-08-071-0/+1
|
* Initial commit. Migrates over basic project files, and the OpenSSL bindingsAlex Gaynor2013-08-061-0/+3
from OpenTLS.