From aab09ca68618c97007f4ceece227f7cbf42af99c Mon Sep 17 00:00:00 2001 From: Dan Jacques Date: Wed, 12 Jul 2017 09:31:45 -0700 Subject: [PATCH] Whitelist "python_bin_reldir.txt". the revert mechanism for the Python bundle patch relies on the resitual "python_bin_reldir.txt" file existing. Apparently "bot_update" purges this file as part of its depot_tools checkout, breaking the revert mechanism. Whitelist it so that this stops happening. TBR=tandrii@chromium.org BUG=chromium:741650 TEST=None Change-Id: Id6b7c966b6fa3f5084be5e1906b3e10d38ab8b6c Reviewed-on: https://chromium-review.googlesource.com/568530 Reviewed-by: Daniel Jacques Commit-Queue: Daniel Jacques --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 33e4bda71..dbcf4d3f5 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ # Ignore locations where third-party tools are placed during bootstrapping. /python*_bin +/python_bin_reldir.txt /git_bin /git-*_bin /svn_bin