OLD | NEW |
| 1 # Ignore any python bytecode. |
1 *.pyc | 2 *.pyc |
| 3 |
| 4 # Ignore the batch files produced by the Windows bootstrapping. |
| 5 /git.bat |
| 6 /gitk.bat |
2 /python | 7 /python |
3 /python.bat | 8 /python.bat |
4 /python_bin | 9 /ssh.bat |
| 10 /ssh-keygen.bat |
5 /svn | 11 /svn |
6 /svn.bat | 12 /svn.bat |
| 13 /svnversion.bat |
| 14 |
| 15 # Ignore locations where third-party tools are placed during bootstrapping. |
| 16 /python_bin |
| 17 /git_bin |
| 18 /site-packages-py* |
7 /svn_bin | 19 /svn_bin |
8 /svnversion.bat | 20 |
9 /depot_tools_testing_lib/_rietveld | 21 # Ignore unittest related files. |
10 /testing_support/_rietveld | 22 /testing_support/_rietveld |
11 /tests/subversion_config/README.txt | 23 /tests/subversion_config/README.txt |
12 /tests/subversion_config/auth | 24 /tests/subversion_config/auth |
13 /tests/subversion_config/servers | 25 /tests/subversion_config/servers |
OLD | NEW |