There's no concept of ignoring certain files, other than what your SCM provides.
Usually, auto-generated Makefiles constructed at build time aren't included in the source tree, so they get left out of the diff. If they're tracked by your repository and not ignored by it, then they'll be included, and since we depend on the tool for the SCM in post-review for generating these diffs, it's mostly out of our control. Christian -- Christian Hammond - [email protected] Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Mar 4, 2009 at 7:46 AM, ticica <[email protected]> wrote: > > The makefiles in our projects are very large (store a lot of > autogenerated dependency information). This makes the diff for review > very large. Is there a way to limit the diff to exclude certain > portions of a file, or a whole file perhaps? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~----------~----~----~----~------~----~------~--~---
