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

Unified Diff: .gitignore

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 | « no previous file | .hgignore » ('j') | .hgignore » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..928f38df79b7124d9d60ed1a2a8efe07809204ef
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.pyc
+*.pyo
+.coverage
+.tox/
+__pycache__/
+tests/__pycache__/
+build/
+dist/
+.eggs/
+depup.egg-info/
« no previous file with comments | « no previous file | .hgignore » ('j') | .hgignore » ('J')

Powered by Google App Engine
This is Rietveld