Commit
85fd57b01ff82c06b83635738c927463fc557048
Exists in
master
and in
13 other branches
Validation_colab_sprint_30, check-port, generic-plugins, header_footer, mezuro-integration, move_out_plugins, plugin_extra_configs, proxy_base_template, proxy_hotspot, spb-release/3.0, stable, test, trac_indexing
Ignore coverage files.
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
| @@ -14,5 +14,11 @@ project_cfg.py |
| @@ -14,5 +14,11 @@ project_cfg.py |
14
| |
14
| |
15
| ext/ |
15
| ext/ |
16
| *.egg-info/ |
16
| *.egg-info/ |
17
| - |
| |
18
| dist/ |
17
| dist/ |
| |
18
| + |
| |
19
| +# Coverage |
| |
20
| +.coverage |
| |
21
| +coverage_report/ |
| |
22
| + |
| |
23
| +# Whoosh Index |
| |
24
| +colab/tests/whoosh_index/ |