I'd like to be able to specify some additional file paths that should be ignored when diffing, like /var/log/dpkg.log on Debian/Ubuntu images which will contain differing log timestamps even if the exact same packages had been installed.
(Of course, my workaround is to simply drop these logfiles from the image, but still - there might be other use cases)
I'd like to be able to specify some additional file paths that should be ignored when diffing, like
/var/log/dpkg.logon Debian/Ubuntu images which will contain differing log timestamps even if the exact same packages had been installed.(Of course, my workaround is to simply drop these logfiles from the image, but still - there might be other use cases)