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 /python | 8 /python |
8 /python.bat | 9 /python.bat |
9 /ssh.bat | 10 /ssh.bat |
10 /ssh-keygen.bat | 11 /ssh-keygen.bat |
11 /svn | 12 /svn |
12 /svn.bat | 13 /svn.bat |
13 /svnversion.bat | 14 /svnversion.bat |
14 /.codereview_upload_cookies | 15 /.codereview_upload_cookies |
15 /.gitconfig | 16 /.gitconfig |
16 /.git_cl_description_backup | 17 /.git_cl_description_backup |
17 /.last_codereview_email_address | 18 /.last_codereview_email_address |
18 /.ssh | 19 /.ssh |
19 /.subversion | 20 /.subversion |
20 | 21 |
21 # Ignore locations where third-party tools are placed during bootstrapping. | 22 # Ignore locations where third-party tools are placed during bootstrapping. |
22 /python_bin | 23 /python_bin |
23 /git_bin | 24 /git_bin |
24 /site-packages-py* | |
25 /svn_bin | 25 /svn_bin |
26 | 26 |
27 # Ignore unittest related files. | 27 # Ignore unittest related files. |
28 /testing_support/_rietveld | 28 /testing_support/_rietveld |
29 /tests/subversion_config/README.txt | 29 /tests/subversion_config/README.txt |
30 /tests/subversion_config/auth | 30 /tests/subversion_config/auth |
31 /tests/subversion_config/servers | 31 /tests/subversion_config/servers |
OLD | NEW |