aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-05-26 09:35:21 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-05-26 09:35:21 +1200
commitf7e77d543bcca84f75e09440841aacb582881da2 (patch)
tree418093e4df338ba5fee96cd8c75bda00b1f830b9 /.gitignore
parentbcfce32bfaa06fbedaa754828fd7a1590ac3ca61 (diff)
downloadmitmproxy-f7e77d543bcca84f75e09440841aacb582881da2.tar.gz
mitmproxy-f7e77d543bcca84f75e09440841aacb582881da2.tar.bz2
mitmproxy-f7e77d543bcca84f75e09440841aacb582881da2.zip
Refactor dev.sh
- Parameterise the Python version. All of these now work: ./dev.sh # Use default Python version ./dev.sh 2.7 # Explicitly use 2.7 in venv2.7 ./dev.sh 3.5 # Explicitly use 3.5 in venv3.5 This should also work for Travis, which has a weird setup where Pytho3 can be 3.4.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index bccb8f99..1b44bd29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,7 @@
.DS_Store
MANIFEST
*/tmp
-/venv
-/venv3
+/venv*
*.py[cdo]
*.swp
*.swo