aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorgesslerpd <gesslerpd@users.noreply.github.com>2018-01-16 09:07:23 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-01-16 09:07:23 -0600
commit5e866f7191cf307720811ac87364cd36e7fd990b (patch)
tree9bf615f9eb086abdce2d50e8b7512079e58c5e74 /.gitignore
parent2beccafe22c87a7b3feb6672aaa88d7b7f3a9fb1 (diff)
downloadcryptography-5e866f7191cf307720811ac87364cd36e7fd990b.tar.gz
cryptography-5e866f7191cf307720811ac87364cd36e7fd990b.tar.bz2
cryptography-5e866f7191cf307720811ac87364cd36e7fd990b.zip
Add bindings for SSL_OP_NO_DTLS* (#4079)
* + bindings for SSL_OP_NO_DTLS* * + conditional for not HAS_GENERIC_DTLS_METHOD * flag SSL_OP_NO_DTLS* for unsupported deletion
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 60f90063..cdc4b6ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,5 +10,5 @@ htmlcov/
*.egg-info/
*.egg
.eggs/
-*.py[co]
+*.py[cdo]
.hypothesis/