1# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
3
4[report]
5omit =
6    fooey
7    gooey, m[23]*, kablooey
8    helloworld
9
10[html]
11directory = ../out/omit_5
12