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

Side by Side Diff: .gitignore

Issue 29821558: Issue #6707 - Make the generated malware domain filter list encode domains as Punycode (Closed)
Patch Set: Created July 3, 2018, 3:50 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
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/
9 env/
Vasily Kuznetsov 2018/07/03 16:01:52 This virtualenv doesn't need to be there -- you ca
Tudor Avram 2018/07/06 11:53:16 Done.
10 .pytest_cache/
OLDNEW

Powered by Google App Engine
This is Rietveld