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

Side by Side Diff: .gitignore

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 | « 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 *.pyc 1 *.pyc
2 *.pyo 2 *.pyo
3 __pycache__ 3 __pycache__
4 /.coverage 4 /.coverage
5 /.coveragerc
5 /.cache/ 6 /.cache/
6 /.tox/ 7 /.tox/
7 /dist/ 8 /dist/
8 /devenv/ 9 /devenv/
9 /*.egg-info 10 /*.egg-info
10 .idea/ 11 .idea/
11 .pytest_cache/ 12 .pytest_cache/
OLDNEW
« no previous file with comments | « no previous file | .hgignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld