@PraveenKumarPurushothaman I've been trying to put `.phpt` there. Doesn't seem to work. E.g., `^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(phpt|git|hg|svn|cache|DS_Store)$|^Thumbs.db$`
– IMBJan 18 '19 at 18:55
@PraveenKumarPurushothaman Doesn't work but I played around and this works: Add `|.phpt` at the end of the string. I now ignore the whole `phpunit` folder because some files other than `.phpt` also show errors. I now have `|phpunit` at the end of the string.
– IMBJan 18 '19 at 20:27