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 /python | 8 /python |
9 /python.bat | 9 /python.bat |
10 /ssh.bat | 10 /ssh.bat |
(...skipping 28 matching lines...) Expand all Loading... |
39 /tags | 39 /tags |
40 | 40 |
41 # Ignore unittest related files. | 41 # Ignore unittest related files. |
42 /testing_support/_rietveld | 42 /testing_support/_rietveld |
43 /tests/git-svn-submodule/ | 43 /tests/git-svn-submodule/ |
44 /tests/subversion_config/README.txt | 44 /tests/subversion_config/README.txt |
45 /tests/subversion_config/auth | 45 /tests/subversion_config/auth |
46 /tests/subversion_config/servers | 46 /tests/subversion_config/servers |
47 /tests/svn/ | 47 /tests/svn/ |
48 /tests/svnrepo/ | 48 /tests/svnrepo/ |
| 49 |
| 50 # Ignore "flag file" used by auth.py. |
| 51 # TODO(vadimsh): Remove this once OAuth2 is default. |
| 52 /USE_OAUTH2 |
OLD | NEW |