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

Side by Side Diff: .hgignore

Issue 29994568: Noissue - Use flake8's built-in per-file-ignores instead of flake8-per-file-ignores (Closed) Base URL: https://hg.adblockplus.org/abpssembly
Patch Set: Created Jan. 31, 2019, 11 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 | tox.ini » ('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
3 *.pyc 3 *.pyc
4 *.pyo 4 *.pyo
5 .tox 5 .tox
6 .cache 6 .cache
7 .sitescripts.test 7 .sitescripts.test
8 .coverage 8 .coverage
9 .pytest_cache
tlucas 2019/01/31 23:15:44 Interesting - pytest creates a .gitignore file in
Vasily Kuznetsov 2019/02/01 15:07:40 It seems that this line is already there, although
9 htmlcov/ 10 htmlcov/
OLDNEW
« no previous file with comments | « no previous file | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld