OLD | NEW |
---|---|
1 # Ignore any python bytecode. | |
1 *.pyc | 2 *.pyc |
3 | |
4 # Ignore scripts that are generated by Mac/Linux bootstrapping. | |
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-* |
7 /svn_bin | 21 /svn_bin |
8 /svnversion.bat | 22 |
23 # Ignore unittest related files. | |
9 /depot_tools_testing_lib/_rietveld | 24 /depot_tools_testing_lib/_rietveld |
M-A Ruel
2011/12/19 21:04:23
This was wrong btw.
chrisha
2012/01/06 21:21:28
Do you want it removed?
| |
10 /testing_support/_rietveld | 25 /testing_support/_rietveld |
11 /tests/subversion_config/README.txt | 26 /tests/subversion_config/README.txt |
12 /tests/subversion_config/auth | 27 /tests/subversion_config/auth |
13 /tests/subversion_config/servers | 28 /tests/subversion_config/servers |
29 | |
30 # Ignore files related to development with git and git-cl. | |
31 /.subversion | |
M-A Ruel
2011/12/19 21:04:23
These are from your home dir, I don't understand.
chrisha
2012/01/06 21:21:28
Hmm... they *should* be from my home directory but
| |
32 /.codereview_upload_cookies | |
33 /.git_cl_description_backup | |
34 /.gitconfig | |
35 /.last_codereview_email_address | |
OLD | NEW |