| 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-bash |
| 5 /git.bat | 6 /git.bat |
| 6 /gitk.bat | 7 /gitk.bat |
| 7 /pylint.bat | 8 /pylint.bat |
| 8 /.pylint.d/ | 9 /.pylint.d/ |
| 9 /python | 10 /python |
| 10 /python.bat | 11 /python.bat |
| 11 /ssh.bat | 12 /ssh.bat |
| 12 /ssh-keygen.bat | 13 /ssh-keygen.bat |
| 13 /svn | 14 /svn |
| 14 /svn.bat | 15 /svn.bat |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 # Ignore intermediate isolate files | 54 # Ignore intermediate isolate files |
| 54 *.isolated | 55 *.isolated |
| 55 *.isolated.state | 56 *.isolated.state |
| 56 | 57 |
| 57 # Ignore recipe working directory. | 58 # Ignore recipe working directory. |
| 58 /.recipe_deps | 59 /.recipe_deps |
| 59 /infra/.recipe_deps | 60 /infra/.recipe_deps |
| 60 | 61 |
| 61 # Ignore google AE downloaded for running testing only. | 62 # Ignore google AE downloaded for running testing only. |
| 62 testing_support/google_appengine | 63 testing_support/google_appengine |
| OLD | NEW |