OLD | NEW |
---|---|
1 # Ignore any python bytecode. | |
1 *.pyc | 2 *.pyc |
3 | |
4 # Ignore scripts that are generated by Mac/Linux bootstrapping. | |
M-A Ruel
2012/01/09 02:34:15
FYI, it's Windows bootstrapping. They should proba
chrisha
2012/01/31 16:35:40
Removed comment, consolidated with rest of bootstr
| |
2 /python | 5 /python |
6 /svn | |
7 | |
8 # Ignore the batch files produced by the Windows bootstrapping. | |
9 /git.bat | |
10 /gitk.bat | |
3 /python.bat | 11 /python.bat |
12 /ssh.bat | |
13 /ssh-keygen.bat | |
14 /svn.bat | |
15 /svnversion.bat | |
16 | |
17 # Ignore locations where third-party tools are placed during bootstrapping. | |
4 /python_bin | 18 /python_bin |
5 /svn | 19 /git_bin |
6 /svn.bat | 20 /site-packages-py* |
7 /svn_bin | 21 /svn_bin |
8 /svnversion.bat | 22 |
9 /depot_tools_testing_lib/_rietveld | 23 # Ignore unittest related files. |
10 /testing_support/_rietveld | 24 /testing_support/_rietveld |
11 /tests/subversion_config/README.txt | 25 /tests/subversion_config/README.txt |
12 /tests/subversion_config/auth | 26 /tests/subversion_config/auth |
13 /tests/subversion_config/servers | 27 /tests/subversion_config/servers |
OLD | NEW |