From 09a4ea718d08939294e5b4422273c18932ac5e3f Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 1 Jul 2013 15:37:22 +0800 Subject: [PATCH] Ignore vendor/python_26 in git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7451f5c..40fa8a2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ node/ node_modules/ out/ vendor/brightray/vendor/download/ +vendor/python_26/ *.xcodeproj *.swp *.pyc -- 2.7.4