landley / toybox

toybox
http://landley.net/toybox
BSD Zero Clause License
2.44k stars 340 forks source link

Request diff -I/--ignore-matching-lines #489

Open jacky8hyf opened 7 months ago

jacky8hyf commented 7 months ago

Hello,

May I request diff to support the following?

       -I, --ignore-matching-lines=RE
              ignore changes where all lines match RE

We need this feature to use toybox to build kernel because of https://github.com/torvalds/linux/blob/2c71fdf02a95b3dd425b42f28fd47fb2b1d22702/tools/objtool/sync-check.sh#L73 .

Thanks in advance!