is there a way to ignore all encoding generation with one simple directive like: ``` //msgp:encode ignore * ``` instead of listing on by one: ``` //msgp:encode ignore myType0 myType1 myType2 ... ``` ? thanks