If pylintrc looks something like: ``` [MASTER] ignore-patterns = ^mypattern/.*, ^otherpattern/.* ``` Then what actually gets evaluated is `\n^mypattern/.*`