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

Unified Diff: eyeo-depup/.hgignore

Issue 29599579: OffTopic: DependencyUpdater
Patch Set: Created Nov. 27, 2017, 9:40 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: eyeo-depup/.hgignore
diff --git a/.hgignore b/eyeo-depup/.hgignore
similarity index 54%
copy from .hgignore
copy to eyeo-depup/.hgignore
index e76b4d4ec7985dceb5092de2a197929d6323b366..31a29b499a2df36012e461afc1e145b8fd4dfde6 100644
--- a/.hgignore
+++ b/eyeo-depup/.hgignore
@@ -1,10 +1,13 @@
syntax: glob
+
*.pyc
*.pyo
+.coverage
.tox/
__pycache__/
-*.egg-info/
+tests/__pycache__/
build/
dist/
-.cache/
-.coverage
+.eggs/
+eyeo_depup.egg-info/
+htmlcov/
« no previous file with comments | « eyeo-depup/.gitignore ('k') | eyeo-depup/README.md » ('j') | eyeo-depup/README.md » ('J')

Powered by Google App Engine
This is Rietveld