Page MenuHomePhabricator

Differential should hide files in with exclude syntax same as .arclint
Closed, DuplicatePublic

Description

I'd like to by default hide auto generated files with a differential config option which follows the same syntax as .arcclint exclude. It's mainly visual noise and takes up valuable space in diffs.

What do you think?

Is there something like this already there?

Event Timeline

aadis raised the priority of this task from to Wishlist.
aadis updated the task description. (Show Details)
aadis added a project: Differential.
aadis added a subscriber: aadis.

Ok, I see differential.generated-paths. But doesn't seem to work for me (the file is not collapsed).

The filename (as shown in differential review) is src/id/duke/static/js/duke/duke-application-list/duke-application-list-min.js

I've tried differential.generated-paths:

  1. ["@src/id/duke/static/js/duke/.*@"]
  2. ["#src/id/duke/static/js/duke/.*#"]
  3. ["#/src/id/duke/static/js/duke/#"]

Don't seem to work. Is collapse supported? Anything wrong with my regexp?