For example this excludes nothing: ``` coveralls --dryrun --root CMakeFiles/ --exclude-pattern "/usr/.*" --exclude-pattern "*.gtest.*" ``` According to the somewhat absent documentation, you would expect: - everything that starts with /usr/ should be excluded, but it's not - everything that contains gtest should be exclude, but it's not