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 /python | 9 /python |
9 /python.bat | 10 /python.bat |
10 /ssh.bat | 11 /ssh.bat |
11 /ssh-keygen.bat | 12 /ssh-keygen.bat |
12 /svn | 13 /svn |
13 /svn.bat | 14 /svn.bat |
14 /svnversion.bat | 15 /svnversion.bat |
15 /.codereview_upload_cookies | 16 /.codereview_upload_cookies |
16 /.gitconfig | 17 /.gitconfig |
17 /.git_cl_description_backup | 18 /.git_cl_description_backup |
18 /.last_codereview_email_address | 19 /.last_codereview_email_address |
19 /.ssh | 20 /.ssh |
20 /.subversion | 21 /.subversion |
21 | 22 |
22 # Ignore locations where third-party tools are placed during bootstrapping. | 23 # Ignore locations where third-party tools are placed during bootstrapping. |
23 /python*_bin | 24 /python*_bin |
24 /git_bin | 25 /git_bin |
25 /git-*_bin | 26 /git-*_bin |
26 /svn_bin | 27 /svn_bin |
27 /external_bin | 28 /external_bin |
28 /win_toolchain/vs2013_files | 29 /win_toolchain/vs2013_files |
29 /win_toolchain/.timestamps | 30 /win_toolchain/vs_files |
| 31 /win_toolchain/*.timestamps |
30 /win_toolchain/.vspro | 32 /win_toolchain/.vspro |
31 /win_toolchain/data.json | 33 /win_toolchain/data.json |
32 | 34 |
33 # Ignore ctags/cscope index files | 35 # Ignore ctags/cscope index files |
34 /TAGS | 36 /TAGS |
35 /cscope.files | 37 /cscope.files |
36 /cscope.in.out | 38 /cscope.in.out |
37 /cscope.out | 39 /cscope.out |
38 /cscope.po.out | 40 /cscope.po.out |
39 /tags | 41 /tags |
40 | 42 |
41 # Ignore unittest related files. | 43 # Ignore unittest related files. |
42 /testing_support/_rietveld | 44 /testing_support/_rietveld |
43 /tests/git-svn-submodule/ | 45 /tests/git-svn-submodule/ |
44 /tests/subversion_config/README.txt | 46 /tests/subversion_config/README.txt |
45 /tests/subversion_config/auth | 47 /tests/subversion_config/auth |
46 /tests/subversion_config/servers | 48 /tests/subversion_config/servers |
47 /tests/svn/ | 49 /tests/svn/ |
48 /tests/svnrepo/ | 50 /tests/svnrepo/ |
49 | 51 |
50 # Ignore intermediate isolate files | 52 # Ignore intermediate isolate files |
51 *.isolated | 53 *.isolated |
52 *.isolated.state | 54 *.isolated.state |
53 | 55 |
54 # Ignore recipe working directory. | 56 # Ignore recipe working directory. |
55 /.recipe_deps | 57 /.recipe_deps |
56 /infra/.recipe_deps | 58 /infra/.recipe_deps |
OLD | NEW |