From a247a9208337f5e4336ddcbe7635e0659d5defa0 Mon Sep 17 00:00:00 2001 From: John Ford Date: Thu, 18 Jul 2013 18:26:15 -0700 Subject: [PATCH] Ignore the Python binary from virtualenv on Mac --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index ded60678..e57e676f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -11,6 +11,7 @@ build eggs parts bin +.Python var sdist develop-eggs