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

Side by Side Diff: .gitignore

Issue 29383956: Issue 4981 - Adds test coverage report (Closed) Base URL: https://hg.adblockplus.org/cms
Patch Set: Created March 18, 2017, 9:19 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 | .hgignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /build/ 1 /build/
2 /dist/ 2 /dist/
3 /.tox/ 3 /.tox/
4 *.pyc 4 *.pyc
5 *.pyo 5 *.pyo
6 /htmlcov/
7 /.coverage/
Vasily Kuznetsov 2017/03/18 14:20:09 Wouldn't the slash at the end of "/.coverage/" cau
Jon Sonesen 2017/03/18 15:38:07 yeah sorry
OLDNEW
« no previous file with comments | « no previous file | .hgignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld