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

Side by Side Diff: .hgignore

Issue 29338156: Issue 3754 - Initial setup of the python-abp repo. (Closed)
Patch Set: Update ignore files, describe testing in README.md and fix a typo in tox.ini. Created March 16, 2016, 3:56 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') | COPYING » ('j') | README.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ^.coverage$
2 ^.cache/
3 ^.tox/
4 ^dist/
5 ^devenv/
6
7 syntax: glob
8 *.pyc
9 *.pyo
10 __pycache__
11 *.egg-info
OLDNEW
« no previous file with comments | « .gitignore ('k') | COPYING » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld