Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: tools/telemetry/third_party/coverage/.hgignore

Issue 1366913004: Add coverage Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/third_party/coverage/.hg_archival.txt ('k') | tools/telemetry/third_party/coverage/.hgtags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/third_party/coverage/.hgignore
diff --git a/tools/telemetry/third_party/coverage/.hgignore b/tools/telemetry/third_party/coverage/.hgignore
new file mode 100644
index 0000000000000000000000000000000000000000..ec63472d191ae76a549343760d32ab204301b571
--- /dev/null
+++ b/tools/telemetry/third_party/coverage/.hgignore
@@ -0,0 +1,40 @@
+syntax: glob
+
+# Files that can appear anywhere in the tree.
+*.pyc
+*.pyo
+*$py.class
+*.pyd
+*.so
+*.bak
+.coverage
+.coverage.*
+coverage.xml
+.metacov
+.metacov.*
+*.swp
+
+# Stuff generated by editors.
+.idea/
+.vimtags
+
+# Stuff in the root.
+build
+*.egg-info
+dist
+htmlcov
+MANIFEST
+setuptools-*.egg
+.tox*
+.noseids
+
+# Stuff in the test directory.
+zipmods.zip
+
+# Stuff in the doc directory.
+_build
+_spell
+sample_html_beta
+
+# Stuff in the ci directory.
+*.token
« no previous file with comments | « tools/telemetry/third_party/coverage/.hg_archival.txt ('k') | tools/telemetry/third_party/coverage/.hgtags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698