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

Side by Side Diff: .gitignore

Issue 1827403003: Add logic for git 2.7.4 upgrade. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: preload index too Created 4 years, 8 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
« no previous file with comments | « no previous file | bootstrap/win/git.template.bat » ('j') | bootstrap/win/win_tools.bat » ('J')
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 /.pylint.d/ 8 /.pylint.d/
9 /python 9 /python
10 /python.bat 10 /python.bat
11 /ssh.bat 11 /ssh.bat
12 /ssh-keygen.bat 12 /ssh-keygen.bat
13 /svn 13 /svn
14 /svn.bat 14 /svn.bat
15 /svnversion.bat 15 /svnversion.bat
16 /.codereview_upload_cookies 16 /.codereview_upload_cookies
17 /.gitconfig 17 /.gitconfig
18 /.git_bleeding_edge
18 /.git_cl_description_backup 19 /.git_cl_description_backup
19 /.last_codereview_email_address 20 /.last_codereview_email_address
20 /.ssh 21 /.ssh
21 /.subversion 22 /.subversion
22 23
23 # Ignore locations where third-party tools are placed during bootstrapping. 24 # Ignore locations where third-party tools are placed during bootstrapping.
24 /python*_bin 25 /python*_bin
25 /git_bin 26 /git_bin
26 /git-*_bin 27 /git-*_bin
27 /svn_bin 28 /svn_bin
(...skipping 24 matching lines...) Expand all
52 # Ignore intermediate isolate files 53 # Ignore intermediate isolate files
53 *.isolated 54 *.isolated
54 *.isolated.state 55 *.isolated.state
55 56
56 # Ignore recipe working directory. 57 # Ignore recipe working directory.
57 /.recipe_deps 58 /.recipe_deps
58 /infra/.recipe_deps 59 /infra/.recipe_deps
59 60
60 # Ignore google AE downloaded for running testing only. 61 # Ignore google AE downloaded for running testing only.
61 testing_support/google_appengine 62 testing_support/google_appengine
OLDNEW
« no previous file with comments | « no previous file | bootstrap/win/git.template.bat » ('j') | bootstrap/win/win_tools.bat » ('J')

Powered by Google App Engine
This is Rietveld 408576698