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

Side by Side Diff: eyeo-depup/.hgignore

Issue 29599579: OffTopic: DependencyUpdater
Patch Set: Integrating into codingtools Created Nov. 20, 2017, 2:58 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 | « eyeo-depup/.gitignore ('k') | eyeo-depup/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 syntax: glob 1 syntax: glob
2
2 *.pyc 3 *.pyc
3 *.pyo 4 *.pyo
5 .coverage
4 .tox/ 6 .tox/
5 __pycache__/ 7 __pycache__/
6 *.egg-info/ 8 tests/__pycache__/
7 build/ 9 build/
8 dist/ 10 dist/
9 .cache/ 11 .eggs/
10 .coverage 12 eyeo_depup.egg-info/
13 htmlcov/
OLDNEW
« no previous file with comments | « eyeo-depup/.gitignore ('k') | eyeo-depup/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld