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

Side by Side Diff: .gitignore

Issue 29908581: Issue #7036 - [XTM Integration] Add support for providing workflow name (Closed)
Patch Set: Addressed comments from Patch Set 1 Created Oct. 18, 2018, 4:23 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') | tests/utils.py » ('J')
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 /.pytest_cache/ 4 /.pytest_cache/
5 /.coverage 5 /.coverage
6 *.pyc 6 *.pyc
7 *.pyo 7 *.pyo
8 htmlcov/ 8 htmlcov/
9 .idea/ 9 .idea/
10
11 .idea/
OLDNEW
« no previous file with comments | « no previous file | .hgignore » ('j') | tests/utils.py » ('J')

Powered by Google App Engine
This is Rietveld