summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCooper Ry Lees <me@cooperlees.com>2018-03-23 19:42:30 +0000
committerCooper Ry Lees <me@cooperlees.com>2018-03-23 19:42:30 +0000
commit6db8d9b8e91a49c75bf67a95f245733d357770a8 (patch)
tree8061e74fd1d08696cf428db13b5da22cb974e315 /.gitignore
parentb9e793a5e0de36d304a39339a8d3c900f4755157 (diff)
downloadpexpect-6db8d9b8e91a49c75bf67a95f245733d357770a8.tar.gz
Allow for configurable select.poll() usage
- This allows systems that can have > 1024 fds to work - Should be marginally faster - Added tests to use select.poll() - Incremented version - Happy to change this, guessed what it should be
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 914c903..22cd478 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ MANIFEST
.coverage*
htmlcov
*.egg-info/
+.cache/