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

Side by Side Diff: .hgignore

Issue 29459580: Issue 5250 - Add copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created June 8, 2017, 1:39 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | update-copyright/.coverage » ('j') | update-copyright/README.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « no previous file | update-copyright/.coverage » ('j') | update-copyright/README.md » ('J')

Powered by Google App Engine
This is Rietveld