Files
chromium_depot_tools/.gitignore
sergiyb@chromium.org 150aa7b955 Re-land: Removed virtualenv from depot_tools
Original CL: https://codereview.chromium.org/1437483002/.

R=dnj@google.com, tandrii@chromium.org, dnj@chromium.org, pgervais@chromium.org
BUG=542922, 503067

Review URL: https://codereview.chromium.org/1407953011 .

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297494 0039d316-1c4b-4281-b951-d872f2087c98
2015-11-09 19:20:55 +00:00

53 lines
943 B
Plaintext

# Ignore any python bytecode.
*.pyc
# Ignore the batch files produced by the Windows bootstrapping.
/git.bat
/gitk.bat
/pylint.bat
/python
/python.bat
/ssh.bat
/ssh-keygen.bat
/svn
/svn.bat
/svnversion.bat
/.codereview_upload_cookies
/.gitconfig
/.git_cl_description_backup
/.last_codereview_email_address
/.ssh
/.subversion
# Ignore locations where third-party tools are placed during bootstrapping.
/python*_bin
/git_bin
/git-*_bin
/svn_bin
/external_bin
/win_toolchain/vs2013_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/_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