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

Unified Diff: .hgignore

Issue 29599579: OffTopic: DependencyUpdater
Patch Set: Addressing Dave's comments Created Nov. 13, 2017, 2:32 p.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
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | README.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .hgignore
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000000000000000000000000000000000000..2de7ac4e47708e695716d5f3e3e5efa948b03bdf
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+syntax: glo
kzar 2017/11/13 15:20:46 Typo, should be glob.
tlucas 2017/11/20 15:24:42 Done.
+
+*.pyc
+*.pyo
+.coverage
+.tox/
+__pycache__/
+tests/__pycache__/
+build/
+dist/
+.eggs/
+depup.egg-info/
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld