From 152cca5e4a38738283197303d6e900dbcc44b78d Mon Sep 17 00:00:00 2001 From: "bratell@opera.com" Date: Mon, 9 Dec 2013 15:07:20 +0000 Subject: [PATCH] Ignore all python downloads/installs in git for Windows. I hope this will fix the problem with presubmits trying to check the coding styles inside python. BUG=326975 Review URL: https://codereview.chromium.org/103543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@239489 0039d316-1c4b-4281-b951-d872f2087c98 --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7ff6072660..4144e36958 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,7 @@ /.subversion # Ignore locations where third-party tools are placed during bootstrapping. -/python_bin -/python275_bin +/python*_bin /git_bin /git-1.8.0_bin /svn_bin