I had avoided adding an "include" command (to complement he "exclude" command) because I thought that we could include specific files by using negative lookaheads in the regex. Turns out Go doesn't support those so version 1.4 adds an "include" command to scan only files that match a regex.