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

Delta Between Two Patch Sets: .hgignore

Issue 29459580: Issue 5250 - Add copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
Left Patch Set: Created June 8, 2017, 1:39 p.m.
Right Patch Set: Fix indentation and default args Created July 17, 2017, 1:22 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | update-copyright/README.md » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 syntax: glob 1 syntax: glob
2 *.pyc 2 *.pyc
3 *.pyo 3 *.pyo
4 .tox/ 4 .tox/
5 __pycache__/ 5 __pycache__/
6 *.egg-info/ 6 *.egg-info/
7 build/ 7 build/
8 dist/ 8 dist/
9 .cache 9 .cache/
Jon Sonesen 2017/06/13 16:30:19 Also you should add .coverage to this ignore file
rosie 2017/06/23 14:39:20 Done.
10 .coverage
LEFTRIGHT

Powered by Google App Engine
This is Rietveld