mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
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 <dnj@chromium.org> Commit-Queue: Daniel Jacques <dnj@chromium.org>
79 lines
1.4 KiB
Plaintext
79 lines
1.4 KiB
Plaintext
# Ignore any python bytecode.
|
|
*.pyc
|
|
|
|
# ignore cipd client files
|
|
/.cipd_bin
|
|
/.cipd_client*
|
|
/.versions
|
|
|
|
# Ignore "disable auto update" sentinel file.
|
|
.disable_auto_update
|
|
|
|
# Ignore the batch files produced by the Windows bootstrapping.
|
|
/git-bash
|
|
/git.bat
|
|
/gitk.bat
|
|
/pylint.bat
|
|
/.pylint.d/
|
|
/python
|
|
/python.bat
|
|
/ssh.bat
|
|
/ssh-keygen.bat
|
|
/svn
|
|
/svn.bat
|
|
/svnversion.bat
|
|
/.bleeding_edge
|
|
/.codereview_upload_cookies
|
|
/.gitconfig
|
|
/.git_bleeding_edge
|
|
/.git_cl_description_backup
|
|
/.last_codereview_email_address
|
|
/.ssh
|
|
/.subversion
|
|
|
|
# Ignore locations where third-party tools are placed during bootstrapping.
|
|
/python*_bin
|
|
/python_bin_reldir.txt
|
|
/git_bin
|
|
/git-*_bin
|
|
/svn_bin
|
|
/external_bin
|
|
/win_toolchain/vs2013_files
|
|
/win_toolchain/vs_files
|
|
/win_toolchain/*.timestamps
|
|
/win_toolchain/.vspro
|
|
/win_toolchain/data.json
|
|
|
|
# Ignore ctags/cscope index files
|
|
/TAGS
|
|
/cscope.files
|
|
/cscope.in.out
|
|
/cscope.out
|
|
/cscope.po.out
|
|
/tags
|
|
|
|
# Ignore unittest related files.
|
|
/testing_support/_infra
|
|
/testing_support/_rietveld
|
|
/tests/git-svn-submodule/
|
|
/tests/subversion_config/README.txt
|
|
/tests/subversion_config/auth
|
|
/tests/subversion_config/servers
|
|
/tests/svn/
|
|
/tests/svnrepo/
|
|
|
|
# Ignore intermediate isolate files
|
|
*.isolated
|
|
*.isolated.state
|
|
|
|
# Ignore recipe working directory.
|
|
/.recipe_deps
|
|
/infra/.recipe_deps
|
|
/recipes/.recipe_deps
|
|
|
|
# Ignore google AE downloaded for running testing only.
|
|
testing_support/google_appengine
|
|
|
|
# Ignore emacs / vim backup files.
|
|
*~
|