aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2018-03-13 22:05:48 -0700
committerGravatar kpayson64 <kpayson@google.com>2018-03-27 19:44:43 -0700
commit1bfff8eec05a8892efbe8541143e3f90e96b48e4 (patch)
treea83689bc1078ee9e26735d4979233c4bf25166f9 /.gitignore
parent0bb2fe946eee97f33fcf7e0bb6d20fd320bef5d2 (diff)
Initial gevent support
Because some cpp code ends up leaking into cython, we change the cython generator to generate cpp code.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 0f3cd78947..cde82bc3d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,8 +15,10 @@ python_pylint_venv/
htmlcov/
dist/
*.egg
-py27/
-py3[0-9]*/
+py27_gevent/
+py27_native/
+py3[0-9]_gevent/
+py3[0-9]_native/
# Node installation output
node_modules