aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-09-11 22:47:38 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2017-09-11 22:49:37 +0000
commit41388890860f29cd6e147bde163f57322a408a2f (patch)
treeed5b74be8872711a0b4d8f124399e861695ba0ee /.gitignore
parent1b96418c0e61dd275df2e3dde3390085f7542936 (diff)
Ignore all Python 3 virtual environments
How soon could Python 4 happen anyway? :-P
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5e38f5fa01..5ccad2e4f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,7 @@ htmlcov/
dist/
*.egg
py27/
-py34/
+py3[0-9]*/
# Node installation output
node_modules