Commit 85fd57b01ff82c06b83635738c927463fc557048

Authored by carol15022
Committed by Sergio Oliveira
1 parent 34eed20d

Ignore coverage files.

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -14,5 +14,11 @@ project_cfg.py
14 14  
15 15 ext/
16 16 *.egg-info/
17   -
18 17 dist/
  18 +
  19 +# Coverage
  20 +.coverage
  21 +coverage_report/
  22 +
  23 +# Whoosh Index
  24 +colab/tests/whoosh_index/
... ...