You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
647 B
Plaintext
35 lines
647 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
|
|
/svn_bin
|
|
|
|
# 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/
|