Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: .gitignore

Issue 30037555: NoIssue - Added filterhit statistics loading capability
Left Patch Set: Created April 3, 2019, 4:07 p.m.
Right Patch Set: Addressed final comments (for real now) Created April 3, 2019, 5:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | .hgignore » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 *.pyc 1 *.pyc
2 *.pyo 2 *.pyo
3 __pycache__ 3 __pycache__
4 /.coverage 4 /.coverage
5 /.coveragerc 5 /.coveragerc
6 /.cache/ 6 /.cache/
7 /.tox/ 7 /.tox/
8 /dist/ 8 /dist/
9 /devenv/ 9 /devenv/
10 /*.egg-info 10 /*.egg-info
11 .idea/ 11 .idea/
12 .pytest_cache/ 12 .pytest_cache/
13 *.DS_Store
LEFTRIGHT
« no previous file | .hgignore » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld