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 |
11 /ssh.bat | 11 /ssh.bat |
12 /ssh-keygen.bat | 12 /ssh-keygen.bat |
13 /svn | 13 /svn |
14 /svn.bat | 14 /svn.bat |
15 /svnversion.bat | 15 /svnversion.bat |
16 /.codereview_upload_cookies | 16 /.codereview_upload_cookies |
17 /.gitconfig | 17 /.gitconfig |
| 18 /.git_bleeding_edge |
18 /.git_cl_description_backup | 19 /.git_cl_description_backup |
19 /.last_codereview_email_address | 20 /.last_codereview_email_address |
20 /.ssh | 21 /.ssh |
21 /.subversion | 22 /.subversion |
22 | 23 |
23 # Ignore locations where third-party tools are placed during bootstrapping. | 24 # Ignore locations where third-party tools are placed during bootstrapping. |
24 /python*_bin | 25 /python*_bin |
25 /git_bin | 26 /git_bin |
26 /git-*_bin | 27 /git-*_bin |
27 /svn_bin | 28 /svn_bin |
(...skipping 24 matching lines...) Expand all Loading... |
52 # Ignore intermediate isolate files | 53 # Ignore intermediate isolate files |
53 *.isolated | 54 *.isolated |
54 *.isolated.state | 55 *.isolated.state |
55 | 56 |
56 # Ignore recipe working directory. | 57 # Ignore recipe working directory. |
57 /.recipe_deps | 58 /.recipe_deps |
58 /infra/.recipe_deps | 59 /infra/.recipe_deps |
59 | 60 |
60 # Ignore google AE downloaded for running testing only. | 61 # Ignore google AE downloaded for running testing only. |
61 testing_support/google_appengine | 62 testing_support/google_appengine |
OLD | NEW |