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

Side by Side Diff: .gitignore

Issue 30037555: NoIssue - Added filterhit statistics loading capability
Patch Set: Removed .DS_Store files Created April 3, 2019, 4:16 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') | abp/stats/filterhits.py » ('J')
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 /.coveragerc
6 /.cache/ 6 /.cache/
7 /.tox/ 7 /.tox/
8 /dist/ 8 /dist/
9 /devenv/ 9 /devenv/
10 /*.egg-info 10 /*.egg-info
11 .idea/ 11 .idea/
12 .pytest_cache/ 12 .pytest_cache/
13 .DS_Store
Vasily Kuznetsov 2019/04/03 16:36:28 If we do this, we should probably just ignore .DS_
14 abp/.DS_Store
OLDNEW
« no previous file with comments | « no previous file | .hgignore » ('j') | abp/stats/filterhits.py » ('J')

Powered by Google App Engine
This is Rietveld