Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Side by Side Diff: .gitignore

Issue 148453008: Support VS2013 Express for automatic toolchain too (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: bot-mode arg Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | win_toolchain/get_toolchain_if_necessary.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
11 /ssh-keygen.bat 11 /ssh-keygen.bat
12 /svn 12 /svn
13 /svn.bat 13 /svn.bat
14 /svnversion.bat 14 /svnversion.bat
15 /.codereview_upload_cookies 15 /.codereview_upload_cookies
16 /.gitconfig 16 /.gitconfig
17 /.git_cl_description_backup 17 /.git_cl_description_backup
18 /.last_codereview_email_address 18 /.last_codereview_email_address
19 /.ssh 19 /.ssh
20 /.subversion 20 /.subversion
21 21
22 # Ignore locations where third-party tools are placed during bootstrapping. 22 # Ignore locations where third-party tools are placed during bootstrapping.
23 /python*_bin 23 /python*_bin
24 /git_bin 24 /git_bin
25 /git-1.8.0_bin 25 /git-1.8.0_bin
26 /svn_bin 26 /svn_bin
27 /win_toolchain/vs2013_files 27 /win_toolchain/vs2013_files
28 /win_toolchain/.timestamps 28 /win_toolchain/.timestamps
29 /win_toolchain/.vspro
29 30
30 # Ignore ctags/cscope index files 31 # Ignore ctags/cscope index files
31 /TAGS 32 /TAGS
32 /cscope.files 33 /cscope.files
33 /cscope.in.out 34 /cscope.in.out
34 /cscope.out 35 /cscope.out
35 /cscope.po.out 36 /cscope.po.out
36 /tags 37 /tags
37 38
38 # Ignore unittest related files. 39 # Ignore unittest related files.
39 /testing_support/_rietveld 40 /testing_support/_rietveld
40 /tests/git-svn-submodule/ 41 /tests/git-svn-submodule/
41 /tests/subversion_config/README.txt 42 /tests/subversion_config/README.txt
42 /tests/subversion_config/auth 43 /tests/subversion_config/auth
43 /tests/subversion_config/servers 44 /tests/subversion_config/servers
44 /tests/svn/ 45 /tests/svn/
45 /tests/svnrepo/ 46 /tests/svnrepo/
OLDNEW
« no previous file with comments | « no previous file | win_toolchain/get_toolchain_if_necessary.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698