Possible to specify multiple ignore-info lines ?

ignore-info accepts a regular expression so you can write an or using | to separate queries or something like

ignore-info=INSERT INTO (mynewtable|mynewtable2) \(id, title\)\W*SELECT id, title\W*FROM (myoldtable|myoldtable2)

Regards