Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index bf31b360b9dcb52f70bd763f2cabca28d8345481..d2e5bde6409a6b3147a59f96c6c7f5714a63ace9 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -1,12 +1,26 @@ |
| +# Ignore any python bytecode. |
| *.pyc |
| + |
| +# Ignore scripts that are generated by Mac/Linux bootstrapping. |
|
M-A Ruel
2012/01/09 02:34:15
FYI, it's Windows bootstrapping. They should proba
chrisha
2012/01/31 16:35:40
Removed comment, consolidated with rest of bootstr
|
| /python |
| -/python.bat |
| -/python_bin |
| /svn |
| + |
| +# Ignore the batch files produced by the Windows bootstrapping. |
| +/git.bat |
| +/gitk.bat |
| +/python.bat |
| +/ssh.bat |
| +/ssh-keygen.bat |
| /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 |