| Index: .gitignore
|
| diff --git a/.gitignore b/.gitignore
|
| index bf31b360b9dcb52f70bd763f2cabca28d8345481..a8ebcc0f3c75d6e02196244f4784e17933e38512 100644
|
| --- a/.gitignore
|
| +++ b/.gitignore
|
| @@ -1,12 +1,24 @@
|
| +# Ignore any python bytecode.
|
| *.pyc
|
| +
|
| +# Ignore the batch files produced by the Windows bootstrapping.
|
| +/git.bat
|
| +/gitk.bat
|
| /python
|
| /python.bat
|
| -/python_bin
|
| +/ssh.bat
|
| +/ssh-keygen.bat
|
| /svn
|
| /svn.bat
|
| -/svn_bin
|
| /svnversion.bat
|
| -/depot_tools_testing_lib/_rietveld
|
| +
|
| +# 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
|
|
|