I\'m trying to ignore some generated classes, and the classes get ignored fine. But if those classes have inner classes, those classes still get included, despite the parent cla
After some searching, I found the answer myself. As it wasn't easily googleable, I'm putting it here for posterity's sake:
The syntax mirrors that of the compiled Java naming convention:
**/*DB.* **/*DB$*.* **/*DTO.* **/*DTO$*.*