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

Side by Side Diff: .hgignore

Issue 29988581: Issue 7230 - python-abp line2dict vectorization (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Patch Set: Separate tests Created Jan. 29, 2019, 1:43 a.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 | abp/filters/rpy.py » ('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 ^.coveragerc$
3 ^.cache/ 3 ^.cache/
4 ^.tox/ 4 ^.tox/
5 ^dist/ 5 ^dist/
6 ^devenv/ 6 ^devenv/
7 ^.pytest_cache$ 7 ^.pytest_cache$
8 .coverage
8 9
9 syntax: glob 10 syntax: glob
10 *.pyc 11 *.pyc
11 *.pyo 12 *.pyo
12 __pycache__ 13 __pycache__
13 *.egg-info 14 *.egg-info
OLDNEW
« no previous file with comments | « no previous file | abp/filters/rpy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld