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

Unified Diff: .gitignore

Issue 29599579: OffTopic: DependencyUpdater
Patch Set: Created Nov. 6, 2017, 2:04 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 | README.md » ('j') | README.md » ('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..7de242c5fc0ac919eaaf1bb6a18bb72a136513da
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.pyc
kzar 2017/11/10 14:32:00 Maybe we need a .hgignore too if this is getting a
tlucas 2017/11/13 14:34:07 Done.
+.coverage
+.tox/
+__pycache__/
+tests/__pycache__/
+build/
+dist/
+.eggs/
+depup.egg-info/
« no previous file with comments | « no previous file | README.md » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld