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 /.pylint.d/ | 8 /.pylint.d/ |
9 /python | 9 /python |
10 /python.bat | 10 /python.bat |
(...skipping 38 matching lines...) Loading... |
49 /tests/svn/ | 49 /tests/svn/ |
50 /tests/svnrepo/ | 50 /tests/svnrepo/ |
51 | 51 |
52 # Ignore intermediate isolate files | 52 # Ignore intermediate isolate files |
53 *.isolated | 53 *.isolated |
54 *.isolated.state | 54 *.isolated.state |
55 | 55 |
56 # Ignore recipe working directory. | 56 # Ignore recipe working directory. |
57 /.recipe_deps | 57 /.recipe_deps |
58 /infra/.recipe_deps | 58 /infra/.recipe_deps |
| 59 |
| 60 # Ignore google AE downloaded for running testing only. |
| 61 testing_support/google_appengine |
OLD | NEW |