| OLD | NEW |
| 1 # Ignore any python bytecode. | 1 # Ignore any python bytecode. |
| 2 *.pyc | 2 *.pyc |
| 3 | 3 |
| 4 # Ignore the batch files produced by the Windows bootstrapping. | 4 # Ignore the batch files produced by the Windows bootstrapping. |
| 5 /git.bat | 5 /git.bat |
| 6 /gitk.bat | 6 /gitk.bat |
| 7 /pylint.bat | 7 /pylint.bat |
| 8 /python | 8 /python |
| 9 /python.bat | 9 /python.bat |
| 10 /ssh.bat | 10 /ssh.bat |
| 11 /ssh-keygen.bat | 11 /ssh-keygen.bat |
| 12 /svn | 12 /svn |
| 13 /svn.bat | 13 /svn.bat |
| 14 /svnversion.bat | 14 /svnversion.bat |
| 15 /.codereview_upload_cookies | 15 /.codereview_upload_cookies |
| 16 /.gitconfig | 16 /.gitconfig |
| 17 /.git_cl_description_backup | 17 /.git_cl_description_backup |
| 18 /.last_codereview_email_address | 18 /.last_codereview_email_address |
| 19 /.ssh | 19 /.ssh |
| 20 /.subversion | 20 /.subversion |
| 21 | 21 |
| 22 # Ignore locations where third-party tools are placed during bootstrapping. | 22 # Ignore locations where third-party tools are placed during bootstrapping. |
| 23 /python_bin | 23 /python_bin |
| 24 /python275_bin | 24 /python_274 |
| 25 /git_bin | 25 /git_bin |
| 26 /git-1.8.0_bin | 26 /git-1.8.0_bin |
| 27 /svn_bin | 27 /svn_bin |
| 28 | 28 |
| 29 # Ignore ctags/cscope index files | 29 # Ignore ctags/cscope index files |
| 30 /TAGS | 30 /TAGS |
| 31 /cscope.files | 31 /cscope.files |
| 32 /cscope.in.out | 32 /cscope.in.out |
| 33 /cscope.out | 33 /cscope.out |
| 34 /cscope.po.out | 34 /cscope.po.out |
| 35 /tags | 35 /tags |
| 36 | 36 |
| 37 # Ignore unittest related files. | 37 # Ignore unittest related files. |
| 38 /testing_support/_rietveld | 38 /testing_support/_rietveld |
| 39 /tests/git-svn-submodule/ | 39 /tests/git-svn-submodule/ |
| 40 /tests/subversion_config/README.txt | 40 /tests/subversion_config/README.txt |
| 41 /tests/subversion_config/auth | 41 /tests/subversion_config/auth |
| 42 /tests/subversion_config/servers | 42 /tests/subversion_config/servers |
| 43 /tests/svn/ | 43 /tests/svn/ |
| 44 /tests/svnrepo/ | 44 /tests/svnrepo/ |
| OLD | NEW |