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

Side by Side 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, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 syntax: glob
2
3 # Files that can appear anywhere in the tree.
4 *.pyc
5 *.pyo
6 *$py.class
7 *.pyd
8 *.so
9 *.bak
10 .coverage
11 .coverage.*
12 coverage.xml
13 .metacov
14 .metacov.*
15 *.swp
16
17 # Stuff generated by editors.
18 .idea/
19 .vimtags
20
21 # Stuff in the root.
22 build
23 *.egg-info
24 dist
25 htmlcov
26 MANIFEST
27 setuptools-*.egg
28 .tox*
29 .noseids
30
31 # Stuff in the test directory.
32 zipmods.zip
33
34 # Stuff in the doc directory.
35 _build
36 _spell
37 sample_html_beta
38
39 # Stuff in the ci directory.
40 *.token
OLDNEW
« 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