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

Side by Side Diff: .gitignore

Issue 29833582: Issue 4954 - Implement a downloader script supporting OAuth2 authentication/authorization (Closed)
Patch Set: removed .Python from .gitignore and added .DS_Store to .hgignore Created Aug. 2, 2018, 9:24 a.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 **/.cache 3 **/.cache
4 /.tox 4 /.tox
5 /.sitescripts.test 5 /.sitescripts.test
6 /.coverage 6 /.coverage
7 htmlcov/ 7 htmlcov/
8 .idea/ 8 .idea/
9 .pytest_cache/ 9 .pytest_cache/
10 .DS_Store
OLDNEW
« no previous file with comments | « no previous file | .hgignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld