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.
26 lines
481 B
Plaintext
26 lines
481 B
Plaintext
# Ignore any python bytecode.
|
|
*.pyc
|
|
|
|
# Ignore the batch files produced by the Windows bootstrapping.
|
|
/git.bat
|
|
/gitk.bat
|
|
/python
|
|
/python.bat
|
|
/ssh.bat
|
|
/ssh-keygen.bat
|
|
/svn
|
|
/svn.bat
|
|
/svnversion.bat
|
|
|
|
# Ignore locations where third-party tools are placed during bootstrapping.
|
|
/python_bin
|
|
/git_bin
|
|
/site-packages-py*
|
|
/svn_bin
|
|
|
|
# Ignore unittest related files.
|
|
/testing_support/_rietveld
|
|
/tests/subversion_config/README.txt
|
|
/tests/subversion_config/auth
|
|
/tests/subversion_config/servers
|