If you add removeCombined: truer.js to the build configuration, the optimizer will delete (in fact, not copy) all the source files that have been merged into your output module.
Alternatively, if you are referencing source files that are not part of the requireJS assembly at all, try using fileExclusionRegExp: /^\./in your configuration.
. r.js.