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

Side by Side Diff: .hgignore

Issue 29968569: Issue 4014 - Publish python-abp on PyPI (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Patch Set: Address comment on PS5 Created Jan. 3, 2019, 9:32 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 | « .gitignore ('k') | LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ^.coverage$ 1 ^.coverage$
2 ^.coveragerc$
2 ^.cache/ 3 ^.cache/
3 ^.tox/ 4 ^.tox/
4 ^dist/ 5 ^dist/
5 ^devenv/ 6 ^devenv/
6 ^.pytest_cache$ 7 ^.pytest_cache$
7 8
8 syntax: glob 9 syntax: glob
9 *.pyc 10 *.pyc
10 *.pyo 11 *.pyo
11 __pycache__ 12 __pycache__
12 *.egg-info 13 *.egg-info
OLDNEW
« no previous file with comments | « .gitignore ('k') | LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld