From d6149732b67fbedc7ac2d2ba984c07ab466392f1 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 7 Aug 2019 11:09:34 +0200 Subject: Extend filesystem diff utility to work on squashfs images Since it already works on an fstree_t instance (constructed from the input paths), and we now have a handy sqfs_reader_t, it is quite simple to extend. Signed-off-by: David Oberhollenzer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2fecd17..83e68ac 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ gensquashfs rdsquashfs sqfs2tar tar2sqfs +sqfsdiff test_* test-* fscompare -- cgit v1.2.3